┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLoren Burkholder <[email protected]>2023-04-07 10:56:01 -0400
committerLoren Burkholder <[email protected]>2024-01-18 23:29:23 +0000
commitd4df55c6bf37db4c5455a1f22b556ac89468388b (patch)
treedabbe0838577a475026749a52fe7fdfb8ede5af8 /src
parent2c564cc1f9d5d31df22d9d1f1b3202e5b0dccbda (diff)
Always update the split view button
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
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()