Skip to content

Commit 14f93c6

Browse files
committed
revert prefs file default change
1 parent d76bf65 commit 14f93c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bool enableVSync = false;
2121
bool enableVSync = true;
2222
#endif
2323

24-
bool usePrefsFile = false;
24+
bool usePrefsFile = true;
2525
bool initializeWithDefaultStructures = true;
2626
bool alwaysRedraw = false;
2727
bool autocenterStructures = false;

0 commit comments

Comments
 (0)