Disable/enable mods with checkboxes. Needs testing.
A lot of testing!
This commit is contained in:
parent
449f55c3e6
commit
acf25d8a33
7 changed files with 277 additions and 86 deletions
|
@ -30,7 +30,7 @@ void MCModInfoFrame::updateWithMod(Mod &m)
|
|||
|
||||
QString text = "";
|
||||
QString name = "";
|
||||
if(m.name().isEmpty()) name = m.id();
|
||||
if(m.name().isEmpty()) name = m.mmc_id();
|
||||
else name = m.name();
|
||||
|
||||
if(m.homeurl().isEmpty()) text = name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue