refactor: remove unused mod info and organize some stuff

This commit is contained in:
flow 2022-04-15 22:07:35 -03:00 committed by flow
parent 5a34e8fd7c
commit e9fb566c07
No known key found for this signature in database
GPG key ID: 8D0F221F0A59F469
7 changed files with 67 additions and 95 deletions

View file

@ -32,7 +32,7 @@ void MCModInfoFrame::updateWithMod(Mod &m)
QString text = "";
QString name = "";
if (m.name().isEmpty())
name = m.mmc_id();
name = m.internal_id();
else
name = m.name();