NOISSUE Show ATLauncher pack descriptions in text browser

This commit is contained in:
Jamie Mansfield
2021-02-10 16:11:59 +00:00
parent 6b3b7ded2d
commit 003e019048
3 changed files with 26 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ QVariant ListModel::data(const QModelIndex &index, int role) const
}
else if (role == Qt::ToolTipRole)
{
return pack.description;
return pack.name;
}
else if(role == Qt::DecorationRole)
{