Disable double-pane view as default config
This commit is contained in:
parent
fcd7366f10
commit
008b223474
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ void Settings::setDoublePane(bool value)
|
|||
|
||||
bool Settings::getDoublePane()
|
||||
{
|
||||
return settings.value("doublepane", true).toBool();
|
||||
return settings.value("doublepane", false).toBool();
|
||||
}
|
||||
|
||||
void Settings::setHint1Done(bool value)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue