From: Kai Uwe Broulik Date: Wed, 11 Jan 2023 17:08:18 +0000 (+0100) Subject: Update split action when settings change X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/afba1fd4f3a79cb17d58f1330813624ab057e24f Update split action when settings change In case "closing split view closes active view" setting is changed --- 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(); }