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
|
@ -97,7 +97,7 @@ void Config::ReadValues() {
|
|||
qt_config->endGroup();
|
||||
|
||||
qt_config->beginGroup("System");
|
||||
Settings::values.use_docked_mode = qt_config->value("use_docked_mode", true).toBool();
|
||||
Settings::values.use_docked_mode = qt_config->value("use_docked_mode", false).toBool();
|
||||
qt_config->endGroup();
|
||||
|
||||
qt_config->beginGroup("Miscellaneous");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue