diff options
| author | Al <al12rs@hotmail.com> | 2020-01-14 21:12:21 +0100 |
|---|---|---|
| committer | Al <al12rs@hotmail.com> | 2020-01-14 21:12:21 +0100 |
| commit | 6b75741139aef4c2c744284861ace43fc2ce211a (patch) | |
| tree | 358bf6f5666c142d32113ac1658270d734456657 /src/modinfo.h | |
| parent | a5d0cb8b5da539ef2ee410ed739dfcd76270c8e8 (diff) | |
Add has hidden files filter for modlist.
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
