┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Ernst <[email protected]>2021-06-08 14:06:42 +0200
committerFelix Ernst <[email protected]>2021-06-12 17:08:28 +0200
commit63d1946384f5ad31dbf61ab3fe90ba059f75f3a5 (patch)
treee7c23a83c7658a80539755c3187a957863475494
parent5271943a25b50edcd430fd75750ae91e24002b46 (diff)
Remove the filter action from the toolbar
This commit removes the "toggle_filter" action from the default toolbar configuration. It is not quite important enough to be always visible on the toolbar by default. Instead it is easily accessible through the hamburger menu and the menu bar. The filter is only really necessary if one has a lot of items in the current location and one knows exactly how to identify a certain item among them by the name which probably isn't how most people browse their files. There are also some more advanced use-cases but advanced users will be able to either learn the keyboard shortcut or move this action back to the toolbar.
-rw-r--r--src/dolphinui.rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc
index ac7f301b8..1b7f2e8b1 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="34">
+<gui name="dolphin" version="35">
<MenuBar>
<Menu name="file">
<Action name="new_menu" />
@@ -124,7 +124,6 @@
<Action name="split_view" />
<Action name="split_stash" />
<Action name="toggle_search" />
- <Action name="toggle_filter" />
<Action name="hamburger_menu" />
</ToolBar>
<ActionProperties scheme="Default">