Fixed createSelection bug + hide right part on client side

This commit is contained in:
l_samenv
2024-08-20 11:30:58 +02:00
parent 7bd4a1591f
commit 2ea1674991
3 changed files with 23 additions and 23 deletions

View File

@@ -76,6 +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)
.treat("showAsync", "sa", to_bool, false)
function loadFirstBlocks() {