summaryrefslogtreecommitdiffstats
path: root/src/cppc4group.hpp
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2020-04-24 22:03:13 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2020-04-24 22:03:13 +0200
commit578a2f3725b3ad221442763f450e8e239a5422d0 (patch)
tree61ad666be22b750fdcc78e71fdc01fb6d553ee82 /src/cppc4group.hpp
parent0e367485f950b2ab7b9bd1b6c5e4a9b5d328a5dc (diff)
downloadcc4group-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.hpp4
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