diff --git a/src/options.ui b/src/options.ui index 6c5352d74..ffd889bda 100644 --- a/src/options.ui +++ b/src/options.ui @@ -214,6 +214,9 @@ Display top toolbar + + true + diff --git a/src/options_imp.cpp b/src/options_imp.cpp index ff4657797..95e996a81 100644 --- a/src/options_imp.cpp +++ b/src/options_imp.cpp @@ -446,7 +446,7 @@ void options_imp::loadOptions(){ checkSpeedInTitle->setChecked(settings.value(QString::fromUtf8("SpeedInTitleBar"), false).toBool()); spinRefreshInterval->setValue(settings.value(QString::fromUtf8("RefreshInterval"), 1500).toInt()); checkNoSystray->setChecked(!settings.value(QString::fromUtf8("SystrayEnabled"), true).toBool()); - checkDisplayToolbar->setChecked(settings.value(QString::fromUtf8("ToolbarDisplayed"), false).toBool()); + checkDisplayToolbar->setChecked(settings.value(QString::fromUtf8("ToolbarDisplayed"), true).toBool()); if(!systrayIntegration()) { disableSystrayOptions(); } else {