diff options
author | chai <chaifix@163.com> | 2018-07-31 20:13:58 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-31 20:13:58 +0800 |
commit | 0efe3cf55bde25c0627899b36dbe1694dd338234 (patch) | |
tree | 0a3e755ab402337985acad191193488db9df7d1e /config.lua | |
parent | 6d8683c933c55fa117b465c4e35b08c28143ef1c (diff) |
+loghelper
Diffstat (limited to 'config.lua')
-rw-r--r-- | config.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,6 +3,5 @@ return width = 512, height = 400, fullscreen = false, - resizable = false + resizable = true } - |