┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinuiforphones.rc
diff options
context:
space:
mode:
authorFelix Ernst <[email protected]>2025-04-19 14:32:25 +0200
committerFelix Ernst <[email protected]>2025-04-19 14:32:25 +0200
commitb889a446bfe851a7f49821d469c5f3041b6e5774 (patch)
treee14a8ddec8efc56c27fd11cbb46f72d9b325784b /src/dolphinuiforphones.rc
parent81627bbf9a8eace35f87b6bb09d25afef5ea8421 (diff)
Add Filelight menu to Tools menu
The menu for installing and launching Filelight was only available through the status bar free space info button until now. By default we do no longer show the free space info button because the status bar has been changed to show less information by default. This commit adds the "Manage Disk Space Usage" menu to the "Tools" menu in the menu bar so it is more discoverable for users.
Diffstat (limited to 'src/dolphinuiforphones.rc')
-rw-r--r--src/dolphinuiforphones.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinuiforphones.rc b/src/dolphinuiforphones.rc
index 8cebd635f..0189c3bb6 100644
--- a/src/dolphinuiforphones.rc
+++ b/src/dolphinuiforphones.rc
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
-<gui name="dolphin" version="2">
+<gui name="dolphin" version="3">
<MenuBar>
<Menu name="file">
<Action name="new_menu" />
@@ -73,6 +73,7 @@
<Action name="open_preferred_search_tool" />
<Action name="open_terminal" />
<Action name="open_terminal_here" />
+ <Action name="manage_disk_space" />
<Action name="compare_files" />
<Action name="change_remote_encoding" />
</Menu>