settings: Turn docked mode off by default.
This commit is contained in:
parent
49e5de9f03
commit
03c2d049d4
3 changed files with 3 additions and 3 deletions
|
@ -110,7 +110,7 @@ void Config::ReadValues() {
|
|||
sdl2_config->GetBoolean("Data Storage", "use_virtual_sd", true);
|
||||
|
||||
// System
|
||||
Settings::values.use_docked_mode = sdl2_config->GetBoolean("System", "use_docked_mode", true);
|
||||
Settings::values.use_docked_mode = sdl2_config->GetBoolean("System", "use_docked_mode", false);
|
||||
|
||||
// Miscellaneous
|
||||
Settings::values.log_filter = sdl2_config->Get("Miscellaneous", "log_filter", "*:Trace");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue