┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKai Uwe Broulik <[email protected]>2023-01-11 18:08:18 +0100
committerKai Uwe Broulik <[email protected]>2023-01-12 17:50:21 +0000
commitafba1fd4f3a79cb17d58f1330813624ab057e24f (patch)
tree661f4eec143dda4e9e9fb52f651172186282bfa4 /src
parent6a95adf8579656c78362c949fad7d2a36a556e2a (diff)
Update split action when settings change
In case "closing split view closes active view" setting is changed
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 9a73ecd26..9f021684c 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -2342,6 +2342,8 @@ void DolphinMainWindow::refreshViews()
updateWindowTitle();
}
+ updateSplitAction();
+
Q_EMIT settingsChanged();
}