mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
These radio buttons are paired, when you enable one, you inherently disable the other, so we're just repeating ourselves by doing this manually.
svn path=/trunk/KDE/kdebase/apps/; revision=919995
This commit is contained in:
parent
b1d8854ad2
commit
9587d04b80
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ void NavigationSettingsPage::loadSettings()
|
|||
{
|
||||
const bool singleClick = KGlobalSettings::singleClick();
|
||||
m_singleClick->setChecked(singleClick);
|
||||
m_doubleClick->setChecked(!singleClick);
|
||||
|
||||
GeneralSettings* settings = DolphinSettings::instance().generalSettings();
|
||||
m_browseThroughArchives->setChecked(settings->browseThroughArchives());
|
||||
|
|
Loading…
Reference in a new issue