diff options
| author | Loren Burkholder <[email protected]> | 2023-04-06 20:05:48 -0400 |
|---|---|---|
| committer | Loren Burkholder <[email protected]> | 2024-01-18 23:29:23 +0000 |
| commit | f7e2c51198f00ff0f8e807590ed004c4fc65b6f0 (patch) | |
| tree | 6e42d81552844b74551ac813b83c30323afc8806 /src/dolphinui.rc | |
| parent | 2cee764ff725a730d5da1ec11b20bf1d6a5ef920 (diff) | |
Allow popping out a split view
If you have a split view open, you can now pop the active half out into a new window by clicking the "Pop out" button in the toolbar or by activating "View > Pop out".
BUG: 270604
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 0eca6b8fe..7d35ed303 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -50,6 +50,7 @@ <Action name="show_hidden_files" /> <Separator/> <Action name="split_view" /> + <Action name="popout_split_view" /> <Action name="split_stash" /> <Action name="redisplay" /> <Action name="stop" /> @@ -111,6 +112,7 @@ <Action name="details" /> <Action name="url_navigators" /> <Action name="split_view" /> + <Action name="popout_split_view" /> <Action name="split_stash" /> <Action name="toggle_search" /> <Action name="hamburger_menu" /> |
