]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Always update the split view button
authorLoren Burkholder <computersemiexpert@outlook.com>
Fri, 7 Apr 2023 14:56:01 +0000 (10:56 -0400)
committerLoren Burkholder <computersemiexpert@outlook.com>
Thu, 18 Jan 2024 23:29:23 +0000 (23:29 +0000)
src/dolphinmainwindow.cpp

index 3acbfdd021ec30e6f48c61c245b910e25662141b..8def522b9fa8a8a42bad7685049677fc59c52537 100644 (file)
@@ -991,6 +991,7 @@ void DolphinMainWindow::popoutSplitView()
         return;
     openNewWindow(tabPage->activeViewContainer()->url());
     tabPage->setSplitViewEnabled(false, WithAnimation);
+    updateSplitActions();
 }
 
 void DolphinMainWindow::toggleSplitStash()