disable default maximizemode
This commit is contained in:
parent
2775868542
commit
12f7af903d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ configWatcher = hs.pathwatcher.new(hs.configdir, hs.reload)
|
|||
configWatcher:start()
|
||||
|
||||
local moonlanderMode = false
|
||||
local maximizeMode = true
|
||||
local maximizeMode = false
|
||||
|
||||
----------------------------------------------------------------------------------------------------
|
||||
-- Utilities
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue