|
@@ -51,7 +51,7 @@ Config::Config(QObject *parent) : KCoreConfigSkeleton(KSharedConfig::openConfig(
|
|
addItemStringList(QStringLiteral("Profiles"), m_profiles, QStringList());
|
|
addItemStringList(QStringLiteral("Profiles"), m_profiles, QStringList());
|
|
addItemStringList(QStringLiteral("ProfileNames"), m_profileNames, QStringList());
|
|
addItemStringList(QStringLiteral("ProfileNames"), m_profileNames, QStringList());
|
|
addItemInt(QStringLiteral("CurrentProfile"), m_currentProfile, 0);
|
|
addItemInt(QStringLiteral("CurrentProfile"), m_currentProfile, 0);
|
|
- addItemBool(QStringLiteral("ShowTray"), m_showTray, true);
|
|
|
|
|
|
+ addItemBool(QStringLiteral("ShowTray"), m_showTray, false);
|
|
addItemBool(QStringLiteral("StartMinimized"), m_startMinimized, false);
|
|
addItemBool(QStringLiteral("StartMinimized"), m_startMinimized, false);
|
|
|
|
|
|
load();
|
|
load();
|