refactor: remove unused mod info and organize some stuff
This commit is contained in:
parent
5a34e8fd7c
commit
e9fb566c07
7 changed files with 67 additions and 95 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue