diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2020-04-24 22:03:13 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2020-04-24 22:03:13 +0200 |
| commit | 578a2f3725b3ad221442763f450e8e239a5422d0 (patch) | |
| tree | 61ad666be22b750fdcc78e71fdc01fb6d553ee82 /src/cppc4group.hpp | |
| parent | 0e367485f950b2ab7b9bd1b6c5e4a9b5d328a5dc (diff) | |
| download | cc4group-578a2f3725b3ad221442763f450e8e239a5422d0.tar.gz cc4group-578a2f3725b3ad221442763f450e8e239a5422d0.zip | |
Treat packed groups like normal subfolders when opening a folder containing packed groups
Diffstat (limited to 'src/cppc4group.hpp')
| -rw-r--r-- | src/cppc4group.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cppc4group.hpp b/src/cppc4group.hpp index ae8b3b3..e8f7ba1 100644 --- a/src/cppc4group.hpp +++ b/src/cppc4group.hpp @@ -125,7 +125,9 @@ public: enum class AllowedEntryTypes { File = 0x1, Directory = 0x2, - All = File | Directory + HandleGroups = 0x4, + NoGroupHandling = File | Directory, + All = File | Directory | HandleGroups }; // use this to set one of the predefined strategies |
