mirror of
https://github.com/ModOrganizer2/modorganizer-diagnose_basic.git
synced 2026-07-27 14:03:10 -07:00
Merge pull request #15 from Liderate/master
Clear m_PluginChildren to prevent stale entries.
This commit is contained in:
@@ -256,6 +256,7 @@ bool DiagnoseBasic::missingMasters() const
|
||||
}
|
||||
|
||||
m_MissingMasters.clear();
|
||||
m_PluginChildren.clear();
|
||||
// for each required master in each esp, test if it's in the list of enabled masters.
|
||||
for (const QString &esp : esps) {
|
||||
QString baseName = QFileInfo(esp).fileName();
|
||||
|
||||
Reference in New Issue
Block a user