diff options
| author | Méven Car <[email protected]> | 2020-12-02 07:07:41 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2020-12-02 07:07:41 +0000 |
| commit | 60b9eaa4c1c4d3057934d2cefbbe986553090ab3 (patch) | |
| tree | 0b7db540efc47439862a3e11f5e1419c33d03694 /src/dolphinui.rc | |
| parent | ce11325115b8655fd687c78fdf0b1c358806195e (diff) | |
Toolbar: move and rename filter to edit menu above Search
This is to expose more filter.
Also rename "Show Filter Bar" to simply "Filter", keep "Show Filter Bar" as tooltip
Adds a toggle filter bar action.
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 01458f2c6..e749abae0 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -28,6 +28,7 @@ <Action name="copy_location" /> <Action name="edit_paste" /> <Separator /> + <Action name="show_filter_bar" /> <Action name="edit_find" /> <Separator /> <Action name="copy_to_inactive_split_view" /> @@ -66,7 +67,6 @@ <Action name="closed_tabs" /> </Menu> <Menu name="tools"> - <Action name="show_filter_bar" /> <Action name="open_preferred_search_tool" /> <Action name="open_terminal" /> <Action name="focus_terminal_panel"/> @@ -124,6 +124,7 @@ <Action name="split_view" /> <Action name="split_stash" /> <Action name="toggle_search" /> + <Action name="toggle_filter" /> </ToolBar> <ActionProperties scheme="Default"> <Action priority="0" name="go_back"/> @@ -141,5 +142,6 @@ <Action priority="0" name="edit_copy"/> <Action priority="0" name="edit_paste"/> <Action priority="0" name="toggle_search"/> + <Action priority="0" name="toggle_filter"/> </ActionProperties> </gui> |
