diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/commandLine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp index 3019998f09..b4a9174802 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -284,6 +284,7 @@ void registerDefaults() { ConfMan.registerDefault("gui_saveload_last_pos", "0"); ConfMan.registerDefault("gui_browser_show_hidden", false); + ConfMan.registerDefault("gui_browser_native", true); ConfMan.registerDefault("game", ""); #ifdef USE_FLUIDSYNTH |