diff options
| author | Gaston Haro <[email protected]> | 2021-08-01 13:00:05 -0400 |
|---|---|---|
| committer | Zren (Chris Holland) <[email protected]> | 2021-08-05 12:55:01 +0000 |
| commit | 50149d6abb8a0a978db3c6afb5238bc42a4a89c8 (patch) | |
| tree | 26889c44b339ef9fc83a914525afdcc3c94499f8 /src/views/viewproperties.h | |
| parent | 2b90a13c62ba9fe8d15377b7811ac6e0ec26b3c4 (diff) | |
Configurable Show hidden files and folders last toggle
CCBUG: 241227
Revision: https://phabricator.kde.org/D29115
Diffstat (limited to 'src/views/viewproperties.h')
| -rw-r--r-- | src/views/viewproperties.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/viewproperties.h b/src/views/viewproperties.h index a9daafc87..def8aa738 100644 --- a/src/views/viewproperties.h +++ b/src/views/viewproperties.h @@ -62,6 +62,9 @@ public: void setSortFoldersFirst(bool foldersFirst); bool sortFoldersFirst() const; + void setSortHiddenLast(bool hiddenLast); + bool sortHiddenLast() const; + /** * Sets the additional information for the current set view-mode. * Note that the additional-info property is the only property where |
