From 6b75741139aef4c2c744284861ace43fc2ce211a Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 14 Jan 2020 21:12:21 +0100 Subject: Add has hidden files filter for modlist. --- src/modinfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modinfo.h') diff --git a/src/modinfo.h b/src/modinfo.h index e6e4debc..a27822b0 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -79,7 +79,7 @@ public: FLAG_SEPARATOR, FLAG_OVERWRITE, FLAG_FOREIGN, - FLAG_HIDDEN_FILES, + FLAG_HIDDEN_FILES, FLAG_NOTENDORSED, FLAG_NOTES, FLAG_PLUGIN_SELECTED, @@ -96,7 +96,7 @@ public: CONTENT_SOUND, CONTENT_SCRIPT, CONTENT_SKSE, - CONTENT_SKSEFILES, + CONTENT_SKSEFILES, CONTENT_SKYPROC, CONTENT_MCM, CONTENT_INI, -- cgit v1.3.1