diff options
Diffstat (limited to 'floormat')
-rw-r--r-- | floormat/settings.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/floormat/settings.hpp b/floormat/settings.hpp index 5dcdf26e..39b5b137 100644 --- a/floormat/settings.hpp +++ b/floormat/settings.hpp @@ -28,7 +28,7 @@ struct fm_settings fullscreen : 1 = false, fullscreen_desktop : 1 = false, borderless : 1 = false, - maximized : 1 = true, + maximized : 1 = false, msaa : 1 = false; }; |