diff options
Diffstat (limited to 'src/settings/behaviorsettingspage.cpp')
| -rw-r--r-- | src/settings/behaviorsettingspage.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings/behaviorsettingspage.cpp b/src/settings/behaviorsettingspage.cpp index 329ec586c..f128613fc 100644 --- a/src/settings/behaviorsettingspage.cpp +++ b/src/settings/behaviorsettingspage.cpp @@ -133,10 +133,11 @@ void BehaviorSettingsPage::applySettings() void BehaviorSettingsPage::restoreDefaults() { GeneralSettings* settings = DolphinSettings::instance().generalSettings(); - //TODO: Reset default settings for both trash and show delete commands (confirmations). settings->useDefaults(true); loadSettings(); settings->useDefaults(false); + m_confirmMoveToTrash->setChecked(false); + m_confirmDelete->setChecked(true); } void BehaviorSettingsPage::loadSettings() |
