diff options
| author | Felix Ernst <[email protected]> | 2021-04-29 13:22:10 +0000 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2021-04-29 13:22:10 +0000 |
| commit | a4be53fb997ea2f844f2ca4a590c073a50fcbbf6 (patch) | |
| tree | 302e19131b7c370beeaa326b7a90400e7b82622c /src/dolphinui.rc | |
| parent | ccb29c6035ec820e41eb34ec2b42cef1014d9752 (diff) | |
Replace custom hamburger/control menu with KHamburgerMenu
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index e749abae0..ac7f301b8 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="33"> +<gui name="dolphin" version="34"> <MenuBar> <Menu name="file"> <Action name="new_menu" /> @@ -125,6 +125,7 @@ <Action name="split_stash" /> <Action name="toggle_search" /> <Action name="toggle_filter" /> + <Action name="hamburger_menu" /> </ToolBar> <ActionProperties scheme="Default"> <Action priority="0" name="go_back"/> |
