diff options
| author | Elvis Angelaccio <[email protected]> | 2021-08-29 19:52:44 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2021-08-29 19:52:44 +0200 |
| commit | 011fe5b1e89b6e509165bc0551e164f3432aaa94 (patch) | |
| tree | aad8abae5e115dd5fb14b5509f17f733ea4ba070 /src/views/viewproperties.h | |
| parent | 3286a194d6e2e25e5685556d4eda2d6e24fdb672 (diff) | |
Revert "Revert "Configurable Show hidden files and folders last toggle""
This reverts commit bb67def173f31819bb9a696627f9af71c7037dcd.
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 |
