refactor: remove unused mod info and organize some stuff
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user