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/cc4group.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/cc4group.h') diff --git a/src/cc4group.h b/src/cc4group.h index 7e871a2..d06f636 100644 --- a/src/cc4group.h +++ b/src/cc4group.h @@ -192,7 +192,9 @@ typedef struct { struct { int File; // only a single regular file is allowed int Directory; // only a directory is allowed, contents are handled recursively - int All; // currently File | Directory + int HandleGroups; // groups are opened and contents are handled recursively + int NoGroupHandling; // currently File | Directory + int All; // currently File | Directory | HandleGroups } const AllowedEntryTypes; -- cgit v1.2.3-54-g00ecf