Double panel in landscape enabled by default

This commit is contained in:
Muki 2019-03-09 15:51:36 +01:00
parent 3a0fa96f2a
commit 5a8644c8e0

View file

@ -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)