NOISSUE ignore the 'Example Mod' mod name, use filename instead
This commit is contained in:
parent
c82042dcfa
commit
f8c5cee982
@ -58,7 +58,8 @@ public:
|
|||||||
}
|
}
|
||||||
QString name() const
|
QString name() const
|
||||||
{
|
{
|
||||||
if(m_name.trimmed().isEmpty())
|
QString name = m_name.trimmed();
|
||||||
|
if(name.isEmpty() || name == "Example Mod")
|
||||||
{
|
{
|
||||||
return m_mmc_id;
|
return m_mmc_id;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user