diff options
| author | Nate Graham <[email protected]> | 2021-08-05 08:34:04 -0600 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2021-08-05 08:34:04 -0600 |
| commit | 3e95a6cccc76d61473a2815457beefaaae62ec7c (patch) | |
| tree | 8af9529b3953a67be9b7e49b230e627fef391666 /src/views/viewproperties.h | |
| parent | 8f093e6b74d17ad4025740df3aa917d9c1e44a29 (diff) | |
| parent | fd2203bb3925edb5d657d49a706e26ea736362d2 (diff) | |
Merge branch 'release/21.08'
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 |
