Double panel in landscape enabled by default
This commit is contained in:
parent
3a0fa96f2a
commit
5a8644c8e0
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ void Settings::setDoublePane(bool value)
|
|||
|
||||
bool Settings::getDoublePane()
|
||||
{
|
||||
return settings.value("doublepane", false).toBool();
|
||||
return settings.value("doublepane", true).toBool();
|
||||
}
|
||||
|
||||
void Settings::setHint1Done(bool value)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue