Skip to content

Commit

Permalink
Mark settings-tab as WIP so people hopefully do not expect it to work…
Browse files Browse the repository at this point in the history
… yet
  • Loading branch information
Griefed committed Aug 30, 2023
1 parent 66ff32d commit c479eb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class MainPanel(
init {
tabs.addTab("Configs", tabbedConfigsTab.panel)
tabs.addTab("Logs", tabbedLogsTab.panel)
tabs.addTab("Settings", settingsEditorsTab.panel)
tabs.addTab("Settings (WIP, not fully implemented)", settingsEditorsTab.panel)
panel.add(larsonScanner, "height 40!,growx, south")
panel.add(controlPanel.panel, "height 160!,growx, south")
}
Expand Down

0 comments on commit c479eb3

Please sign in to comment.