refactor(test): fix loading mod metadata setting

This commit is contained in:
Sefa Eyeoglu
2022-06-04 15:30:34 +02:00
parent e843b8e188
commit 8856c8cd62
14 changed files with 28 additions and 25 deletions

View File

@ -161,7 +161,7 @@ auto Mod::destroy(QDir& index_dir) -> bool
{
auto n = name();
// FIXME: This can fail to remove the metadata if the
// "DontUseModMetadata" setting is on, since there could
// "ModMetadataDisabled" setting is on, since there could
// be a name mismatch!
Metadata::remove(index_dir, n);