diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2022-08-12 10:05:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-12 10:05:06 -0400 |
| commit | e8a59a6931250131fd5cbd1d531cf4912a04f7a7 (patch) | |
| tree | 07fd2ab47501efad4f6a97447338a6c62ebaabe5 /src/yuzu/game_list_p.h | |
| parent | 536626fdd65cbf1f937f48f11f289b8adecf1d6b (diff) | |
| parent | d4b1095173cf32dbd9a890b066d991ca795abd80 (diff) | |
Merge pull request #8647 from Docteh/default_dark
Linux: handle dark system themes nicely
Diffstat (limited to 'src/yuzu/game_list_p.h')
| -rw-r--r-- | src/yuzu/game_list_p.h | 2 |
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); |
