diff options
| author | 2021-04-10 11:09:01 +0200 | |
|---|---|---|
| committer | 2021-04-15 07:15:42 +0200 | |
| commit | fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac (patch) | |
| tree | 2ac08a5252670c03867bad2eed47d58523e10d00 /dist/qt_themes/default | |
| parent | Merge pull request #6195 from Morph1984/controller-applet-motion (diff) | |
| download | yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.tar.gz yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.tar.xz yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.zip | |
game_list: Mark games as favorite to make them appear at the top.
Icons are from Icons8.
Diffstat (limited to 'dist/qt_themes/default')
| -rw-r--r-- | dist/qt_themes/default/default.qrc | 1 | ||||
| -rw-r--r-- | dist/qt_themes/default/icons/48x48/star.png | bin | 0 -> 686 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/dist/qt_themes/default/default.qrc b/dist/qt_themes/default/default.qrc index 2182f33f3..b195747a3 100644 --- a/dist/qt_themes/default/default.qrc +++ b/dist/qt_themes/default/default.qrc | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | <file alias="48x48/folder.png">icons/48x48/folder.png</file> | 10 | <file alias="48x48/folder.png">icons/48x48/folder.png</file> |
| 11 | <file alias="48x48/plus.png">icons/48x48/plus.png</file> | 11 | <file alias="48x48/plus.png">icons/48x48/plus.png</file> |
| 12 | <file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file> | 12 | <file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file> |
| 13 | <file alias="48x48/star.png">icons/48x48/star.png</file> | ||
| 13 | <file alias="256x256/yuzu.png">icons/256x256/yuzu.png</file> | 14 | <file alias="256x256/yuzu.png">icons/256x256/yuzu.png</file> |
| 14 | <file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file> | 15 | <file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file> |
| 15 | </qresource> | 16 | </qresource> |
diff --git a/dist/qt_themes/default/icons/48x48/star.png b/dist/qt_themes/default/icons/48x48/star.png new file mode 100644 index 000000000..740f7f3e7 --- /dev/null +++ b/dist/qt_themes/default/icons/48x48/star.png | |||
| Binary files differ | |||