From fc504996d3ecb828b4f47477911c9449ae8779a6 Mon Sep 17 00:00:00 2001 From: SupSuper Date: Thu, 22 Nov 2018 16:26:04 +0000 Subject: GUI: Allow user to opt between GUI browser and native browser --- base/commandLine.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'base/commandLine.cpp') 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 -- cgit v1.2.3