From: Loren Burkholder Date: Fri, 7 Apr 2023 14:56:01 +0000 (-0400) Subject: Always update the split view button X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/d4df55c6bf37db4c5455a1f22b556ac89468388b Always update the split view button --- 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()