diff options
| author | Loren Burkholder <[email protected]> | 2023-04-07 10:56:01 -0400 |
|---|---|---|
| committer | Loren Burkholder <[email protected]> | 2024-01-18 23:29:23 +0000 |
| commit | d4df55c6bf37db4c5455a1f22b556ac89468388b (patch) | |
| tree | dabbe0838577a475026749a52fe7fdfb8ede5af8 /src | |
| parent | 2c564cc1f9d5d31df22d9d1f1b3202e5b0dccbda (diff) | |
Always update the split view button
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
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() |
