Skip to content

Commit

Permalink
fix: rename first column to Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Aug 3, 2024
1 parent 79817bf commit 1b346c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class SessionPanel(
init {
layout = BorderLayout()

tableModel.setColumnIdentifiers(listOf("#", "Content"))
tableModel.setColumnIdentifiers(listOf("Protocol", "Content"))
tableModel.setRoot(root)

treeTable.treeTableModel = tableModel
Expand Down

0 comments on commit 1b346c0

Please sign in to comment.