This commit is contained in:
Igor Timofeev
2019-01-24 18:19:52 +03:00
parent 75fb30ce78
commit 8a76fd8a3b
2 changed files with 1 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ local tool
--------------------------------------------------------------------
local workspace, window, menu = system.addWindow(GUI.filledWindow(1, 1, 125, 34, 0x1E1E1E))
local workspace, window, menu = system.addWindow(GUI.filledWindow(1, 1, 125, 37, 0x1E1E1E))
local function saveConfig()
filesystem.writeTable(configPath, config)