summaryrefslogtreecommitdiffstats
path: root/src/yuzu/game_list_p.h
diff options
context:
space:
mode:
authorKyle K <190571+Docteh@users.noreply.github.com>2022-07-28 16:50:20 +0200
committerKyle K <190571+Docteh@users.noreply.github.com>2022-08-05 14:22:27 +0200
commitb51db125676fb1257e3bacbd19df3ae686ae69df (patch)
treefab6123cf5823d5be438cf342ad053a4f3cf1648 /src/yuzu/game_list_p.h
parentMerge pull request #8702 from liamwhite/format-swap (diff)
downloadyuzu-b51db125676fb1257e3bacbd19df3ae686ae69df.tar
yuzu-b51db125676fb1257e3bacbd19df3ae686ae69df.tar.gz
yuzu-b51db125676fb1257e3bacbd19df3ae686ae69df.tar.bz2
yuzu-b51db125676fb1257e3bacbd19df3ae686ae69df.tar.lz
yuzu-b51db125676fb1257e3bacbd19df3ae686ae69df.tar.xz
yuzu-b51db125676fb1257e3bacbd19df3ae686ae69df.tar.zst
yuzu-b51db125676fb1257e3bacbd19df3ae686ae69df.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/game_list_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/game_list_p.h b/src/yuzu/game_list_p.h
index e7667cf60..0e19be22d 100644
--- a/src/yuzu/game_list_p.h
+++ b/src/yuzu/game_list_p.h
@@ -294,7 +294,7 @@ public:
const int icon_size = UISettings::values.folder_icon_size.GetValue();
- setData(QIcon::fromTheme(QStringLiteral("plus"))
+ setData(QIcon::fromTheme(QStringLiteral("list-add"))
.pixmap(icon_size)
.scaled(icon_size, icon_size, Qt::IgnoreAspectRatio, Qt::SmoothTransformation),
Qt::DecorationRole);