diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-09-07 20:19:20 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-09-07 20:19:20 +0200 |
| commit | ba162804cd85120e7210f31bbcd1e4b2a45fd394 (patch) | |
| tree | 075a8ab9247b74da917f9e2d772dd61bb68285bb /src/modinforegular.cpp | |
| parent | c6751b690aaed5a7069eb7ec073e7675335a2e0f (diff) | |
Added Contains Script Extender Files filter.
Diffstat (limited to 'src/modinforegular.cpp')
| -rw-r--r-- | src/modinforegular.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modinforegular.cpp b/src/modinforegular.cpp index dcace416..1e77e050 100644 --- a/src/modinforegular.cpp +++ b/src/modinforegular.cpp @@ -482,6 +482,7 @@ std::vector<ModInfo::EContent> ModInfoRegular::getContents() const if (extender != nullptr) { QString sePluginPath = extender->PluginPath(); if (dir.exists(sePluginPath)) { + m_CachedContent.push_back(CONTENT_SKSEFILES); QDir sePluginDir(absolutePath() + "/" + sePluginPath); if (sePluginDir.entryList(QStringList() << "*.dll").size() > 0) { m_CachedContent.push_back(CONTENT_SKSE); |
