initial test + libraries

This commit is contained in:
l_samenv
2024-09-13 11:45:06 +02:00
parent 9105a5cb41
commit 05a77ce2f4
9 changed files with 279 additions and 96 deletions

View File

@@ -76,7 +76,7 @@ new Settings()
.treat("showConsole", "sc", to_bool, true)
.treat("showOverview", "so", to_bool, true)
.treat("showGraphics", "sg", to_bool, true) // false)
.treat("hideRightPart", "hr", to_bool, false) //used to completely disable the right part
.treat("hideRightPart", "hr", to_bool, true) //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)