Fix wrong mod file name

This commit is contained in:
timoreo
2022-02-04 16:24:19 +01:00
parent 00e12b776b
commit 86935068f5
5 changed files with 34 additions and 23 deletions

View File

@ -63,5 +63,5 @@ private:
FlameMod::ListModel* listModel = nullptr;
FlameMod::IndexedPack current;
QString selectedVersion;
int selectedVersion = -1;
};