Disable double-pane view as default config

This commit is contained in:
Muki 2016-07-25 08:06:58 +02:00
parent fcd7366f10
commit 008b223474

View file

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