diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-05-25 18:00:07 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-05-25 18:00:07 +0000 |
| commit | 3b01f3e26d7fd3067bcb8148e87c4bd3f7a855e2 (patch) | |
| tree | e78d46a9e36ea6d698f9dfd1c1d64dd6eda37918 /src/plugins/Ui/skinned/actionmanager.cpp | |
| parent | f2a8a7b21391c052d048f7c04b958d0bde113ee6 (diff) | |
| download | qmmp-3b01f3e26d7fd3067bcb8148e87c4bd3f7a855e2.tar.gz qmmp-3b01f3e26d7fd3067bcb8148e87c4bd3f7a855e2.tar.bz2 qmmp-3b01f3e26d7fd3067bcb8148e87c4bd3f7a855e2.zip | |
disable header by default
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5031 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/actionmanager.cpp')
| -rw-r--r-- | src/plugins/Ui/skinned/actionmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Ui/skinned/actionmanager.cpp b/src/plugins/Ui/skinned/actionmanager.cpp index 5c64b6207..84f8c4f6a 100644 --- a/src/plugins/Ui/skinned/actionmanager.cpp +++ b/src/plugins/Ui/skinned/actionmanager.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2010-2012 by Ilya Kotov * + * Copyright (C) 2010-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -157,7 +157,7 @@ QAction *ActionManager::createAction2(QString name, QString confKey, QString key void ActionManager::readStates() { m_settings->beginGroup("Skinned"); - m_actions[PL_SHOW_HEADER]->setChecked(m_settings->value("pl_show_header", true).toBool()); + m_actions[PL_SHOW_HEADER]->setChecked(m_settings->value("pl_show_header", false).toBool()); m_settings->endGroup(); } |
