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/dolphinmainwindow.h | |
| 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/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 8d5eae344..8e031fd03 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -312,6 +312,7 @@ private slots: void disableStopAction(); void showFilterBar(); + void toggleFilterBar(); /** * Toggles between edit and browse mode of the navigation bar. |
