diff options
| author | Kai Uwe Broulik <[email protected]> | 2023-01-11 18:08:18 +0100 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2023-01-12 17:50:21 +0000 |
| commit | afba1fd4f3a79cb17d58f1330813624ab057e24f (patch) | |
| tree | 661f4eec143dda4e9e9fb52f651172186282bfa4 /src | |
| parent | 6a95adf8579656c78362c949fad7d2a36a556e2a (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.cpp | 2 |
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(); } |
