From d4df55c6bf37db4c5455a1f22b556ac89468388b Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Fri, 7 Apr 2023 10:56:01 -0400 Subject: [PATCH] Always update the split view button --- src/dolphinmainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 3acbfdd02..8def522b9 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -991,6 +991,7 @@ void DolphinMainWindow::popoutSplitView() return; openNewWindow(tabPage->activeViewContainer()->url()); tabPage->setSplitViewEnabled(false, WithAnimation); + updateSplitActions(); } void DolphinMainWindow::toggleSplitStash() -- 2.47.3