diff options
| author | Méven Car <[email protected]> | 2026-05-03 14:53:01 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-06-13 12:24:37 +0200 |
| commit | 70f34211cb4ad1f3f6170ded062bafff85d66643 (patch) | |
| tree | cdcbce9a16cc6deed31f0550e7867b0335968ea2 /src/dolphinui.rc | |
| parent | 169332e5691267fd69ac20ac2b1aa06441c588db (diff) | |
Add A restore view properties to defaults button
The button allows to restore to defaults, in case you are using the
per-folder view properties settings.
The button disables or enables itself whether or not it matches the
defaults view settings.
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 a22e77e89..c82e104f3 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -48,6 +48,9 @@ <Action name="show_hidden_files" /> <Action name="act_as_admin" /> <Separator/> + <Action name="restore_view_settings_default" /> + <Action name="view_properties" /> + <Separator/> <Action name="split_view_menu" /> <Action name="popout_split_view" /> <Action name="split_stash" /> @@ -60,8 +63,6 @@ <Action name="editable_location" /> <Action name="replace_location" /> </Menu> - <Separator/> - <Action name="view_properties" /> </Menu> <Menu name="go"> <Action name="bookmarks" /> |
