aboutsummaryrefslogtreecommitdiff
path: root/application/pages/modplatform/atlauncher/AtlModel.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-02-10 18:38:04 +0100
committerGitHub <noreply@github.com>2021-02-10 18:38:04 +0100
commit40bdb0ffd6dd1c028f12b5a5b145325a200e056e (patch)
treeb186bc192d26a07f881f58199f89cb23fbf8cc73 /application/pages/modplatform/atlauncher/AtlModel.cpp
parent1e59dafd7586126e88e60b6d302462c4f538f78f (diff)
parent003e0190482e7a8db669d82578c389b0339c2e4e (diff)
downloadPrismLauncher-40bdb0ffd6dd1c028f12b5a5b145325a200e056e.tar.gz
PrismLauncher-40bdb0ffd6dd1c028f12b5a5b145325a200e056e.tar.bz2
PrismLauncher-40bdb0ffd6dd1c028f12b5a5b145325a200e056e.zip
Merge pull request #3593 from jamierocks/atl/description-view
NOISSUE Show ATLauncher pack descriptions in text browser
Diffstat (limited to 'application/pages/modplatform/atlauncher/AtlModel.cpp')
-rw-r--r--application/pages/modplatform/atlauncher/AtlModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/pages/modplatform/atlauncher/AtlModel.cpp b/application/pages/modplatform/atlauncher/AtlModel.cpp
index 46e35ec6..4b1b1c8e 100644
--- a/application/pages/modplatform/atlauncher/AtlModel.cpp
+++ b/application/pages/modplatform/atlauncher/AtlModel.cpp
@@ -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)
{