From 011fe5b1e89b6e509165bc0551e164f3432aaa94 Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Sun, 29 Aug 2021 19:52:44 +0200 Subject: Revert "Revert "Configurable Show hidden files and folders last toggle"" This reverts commit bb67def173f31819bb9a696627f9af71c7037dcd. --- src/views/dolphinviewactionhandler.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/views/dolphinviewactionhandler.h') diff --git a/src/views/dolphinviewactionhandler.h b/src/views/dolphinviewactionhandler.h index 3f73153ea..6e9b4a432 100644 --- a/src/views/dolphinviewactionhandler.h +++ b/src/views/dolphinviewactionhandler.h @@ -136,6 +136,16 @@ private Q_SLOTS: */ void slotSortFoldersFirstChanged(bool foldersFirst); + /** + * Switches between showing hidden files last or not. + */ + void toggleSortHiddenLast(); + + /** + * Updates the state of the 'Sort Hidden Last' action. + */ + void slotSortHiddenLastChanged(bool hiddenLast); + /** * Updates the state of the 'Sort by' actions. */ -- cgit v1.3