mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 12:10:00 +00:00
NOISSUE Show ATLauncher pack descriptions in text browser
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user