From fa8d9de4d866070acadd57178d20144bb5e62a0a Mon Sep 17 00:00:00 2001 From: Eugene Popov Date: Tue, 28 Sep 2021 19:39:52 +0000 Subject: Fix closing a secondary viewContainer on startup settings change Apply split view settings only when changing the corresponding option. BUG: 426221 FIXED-IN: 21.08.2 --- src/dolphinmainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 3a29d1c0a..46515cc8b 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -171,6 +171,9 @@ public Q_SLOTS: */ void openNewTab(const QUrl& url); + /** @see GeneralSettings::splitViewChanged() */ + void slotSplitViewChanged(); + Q_SIGNALS: /** * Is sent if the selection of the currently active view has -- cgit v1.3