mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
GUI: Fix defaulting of "Use native system file browser" checkbox
This commit is contained in:
parent
93ceb9cd3f
commit
ff3056165b
@ -1711,9 +1711,7 @@ void GlobalOptionsDialog::build() {
|
||||
_("Use the native system file browser instead of the ScummVM one to select a file or directory.")
|
||||
);
|
||||
|
||||
if (ConfMan.hasKey("gui_browser_native")) {
|
||||
_useSystemDialogsCheckbox->setState(ConfMan.getBool("gui_browser_native", _domain));
|
||||
}
|
||||
_useSystemDialogsCheckbox->setState(ConfMan.getBool("gui_browser_native", _domain));
|
||||
}
|
||||
|
||||
#ifdef USE_UPDATES
|
||||
|
Loading…
x
Reference in New Issue
Block a user