diff options
| author | Joshua Goins <[email protected]> | 2023-11-29 22:14:06 -0500 |
|---|---|---|
| committer | Loren Burkholder <[email protected]> | 2024-01-18 23:29:23 +0000 |
| commit | 830dd0148a26d91ba7f3e0316da1e021fe2b83e4 (patch) | |
| tree | fb88c9a92617518b692eea8fa5e1283118e5d1e2 /src/dolphinui.rc | |
| parent | 31fc08fe7ff06d8660624a360a52c7f9af2854a4 (diff) | |
Use a separate menu action for split view action
Now that it's a KMenuAction, it becomes impossible to trigger the root
action when it's in a menu. To work around this, we create a new action
that mirrors the state of the original. It also takes the default
shortcut.
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 05eb33469..dca0b61a9 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE gui SYSTEM "kpartgui.dtd"> -<gui name="dolphin" version="38"> +<gui name="dolphin" version="39"> <MenuBar> <Menu name="file"> <Action name="new_menu" /> @@ -49,7 +49,7 @@ <Action name="show_in_groups" /> <Action name="show_hidden_files" /> <Separator/> - <Action name="split_view" /> + <Action name="split_view_menu" /> <Action name="popout_split_view" /> <Action name="split_stash" /> <Action name="redisplay" /> |
