┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/kcm/kcmdolphinviewmodes.cpp
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2023-08-23 13:11:20 +0200
committerMéven Car <[email protected]>2023-08-23 14:26:09 +0200
commitff852b97f110691cda4c2f63f8d0f6bf8759fe2f (patch)
tree8a0127fba11bb6558591a3130e5612d3e5cfed04 /src/settings/kcm/kcmdolphinviewmodes.cpp
parent8891258ef686a6c0b57069e70d1a32a1870ad574 (diff)
Re-Allow to set settings in Settings-> View-> General page
Regressed in 489b56b68bb29e81337e115c490eea4403001b71 Simplify implementation by sharing making class ViewSettingsPage implement SettingsPageBase sharing implementation with other tabs in viewsettingspage
Diffstat (limited to 'src/settings/kcm/kcmdolphinviewmodes.cpp')
-rw-r--r--src/settings/kcm/kcmdolphinviewmodes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/kcm/kcmdolphinviewmodes.cpp b/src/settings/kcm/kcmdolphinviewmodes.cpp
index 867faf69e..962f0f112 100644
--- a/src/settings/kcm/kcmdolphinviewmodes.cpp
+++ b/src/settings/kcm/kcmdolphinviewmodes.cpp
@@ -67,7 +67,7 @@ void DolphinViewModesConfigModule::save()
void DolphinViewModesConfigModule::defaults()
{
for (ViewSettingsTab *tab : qAsConst(m_tabs)) {
- tab->restoreDefaultSettings();
+ tab->restoreDefaults();
}
reparseConfiguration();
}