From 578a2f3725b3ad221442763f450e8e239a5422d0 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Fri, 24 Apr 2020 22:03:13 +0200 Subject: Treat packed groups like normal subfolders when opening a folder containing packed groups --- src/cppc4group.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/cppc4group.hpp') 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 -- cgit v1.2.3-54-g00ecf