Another icon

This commit is contained in:
Daniel
2025-04-15 16:39:51 +02:00
parent 1e876a888f
commit 385a413870
3 changed files with 15 additions and 15 deletions

View File

@@ -87,7 +87,7 @@ new Settings()
.treat("showMain", "sm", to_bool, true)
.treat("showConsole", "sc", to_bool, true)
.treat("showOverview", "so", to_bool, false)
.treat("showGraphics", "sg", to_bool, false) // false)
.treat("showGraphics", "sg", to_bool, true) // false)
.treat("hideRightPart", "hr", to_bool, false) //used to completely disable the right part
.treat("wideGraphs", "wg", to_bool, false) //used to toggle the size of the graphs part
.treat("showAsync", "sa", to_bool, false)