diff options
| author | Jin Liu <[email protected]> | 2025-04-10 12:30:29 +0800 |
|---|---|---|
| committer | Jin Liu <[email protected]> | 2025-04-16 06:24:46 +0000 |
| commit | 676c7fee62a42605d8f896be1089158159a8003c (patch) | |
| tree | a461cae0ca3440ee33d0d9154c59feff34085c07 /src/dolphinui.rc | |
| parent | e6b1ecc3f7802c677c68646e2674212a31e78957 (diff) | |
Add a new "view_settings" action
This should replace the "View Mode" button in the toolbar by default. Its
dropdown menu contains more actions related to the view: zoom, sort by,
show additional columns, show hidden files, grouping, show file previews.
The original "view_mode" action is kept so the "Change View Mode" submenu
in the main menu (or in the hamburger menu when this button is invisible)
is unchanged.
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 34631c494..36f4a9dee 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="44"> +<gui name="dolphin" version="45"> <MenuBar> <Menu name="file"> <Action name="new_menu" /> @@ -105,7 +105,7 @@ <text context="@title:menu">Main Toolbar</text> <Action name="go_back" /> <Action name="go_forward" /> - <Action name="view_mode" /> + <Action name="view_settings" /> <Action name="url_navigators" /> <Action name="split_view" /> <Action name="split_stash" /> @@ -122,6 +122,7 @@ <Action priority="0" name="compact"/> <Action priority="0" name="details"/> <Action priority="0" name="view_mode" /> + <Action priority="0" name="view_settings" /> <Action priority="0" name="view_zoom_in"/> <Action priority="0" name="view_zoom_reset"/> <Action priority="0" name="view_zoom_out"/> |
