┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.rc
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2026-05-03 14:53:01 +0200
committerMéven Car <[email protected]>2026-06-13 12:24:37 +0200
commit70f34211cb4ad1f3f6170ded062bafff85d66643 (patch)
treecdcbce9a16cc6deed31f0550e7867b0335968ea2 /src/dolphinpart.rc
parent169332e5691267fd69ac20ac2b1aa06441c588db (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/dolphinpart.rc')
-rw-r--r--src/dolphinpart.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinpart.rc b/src/dolphinpart.rc
index b5452c1ea..bd2814233 100644
--- a/src/dolphinpart.rc
+++ b/src/dolphinpart.rc
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
-<gui name="dolphinpart" version="19" translationDomain="dolphin">
+<gui name="dolphinpart" version="20" translationDomain="dolphin">
<MenuBar>
<Menu name="edit"><text>&amp;Edit</text>
<Action name="new_menu"/>
@@ -28,6 +28,7 @@
<Action name="show_preview" />
<Action name="show_hidden_files" />
<Separator/>
+ <Action name="restore_view_settings_default" />
<Action name="view_properties" />
</Menu>
<Menu name="go"><text>&amp;Go</text>