summaryrefslogtreecommitdiffhomepage
path: root/floormat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-26 21:05:19 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-26 21:07:46 +0200
commit15874e375334a2e5e4cd44f438ca180d22deb02a (patch)
tree0dcfe67901faec071a36668f336ec5eb178714ab /floormat
parent0ab3e14ff05969f91ce24867a6ada45e53f6ecf5 (diff)
argv krap
Diffstat (limited to 'floormat')
-rw-r--r--floormat/settings.hpp2
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;
};