Skip to content

Commit

Permalink
chore: slight column rename
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Dec 27, 2024
1 parent 148c3b4 commit ed6b29a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class StickyBurpTab(
private val persistence: Persistence
) : JPanel() {
private val tableModel: DefaultTableModel = object : DefaultTableModel(
arrayOf("Name", "Value", "Source Tab", "Source", "Timestamp", "Notes"),
arrayOf("Sticky Name", "Sticky Value", "Source Tab", "Source Meta", "Source Timestamp", "Sticky Notes"),
0
) {
override fun isCellEditable(row: Int, column: Int): Boolean = column == 5
Expand Down

0 comments on commit ed6b29a

Please sign in to comment.