diff options
| author | Kewlan <colin_rehn@hotmail.com> | 2021-04-10 11:09:01 +0200 |
|---|---|---|
| committer | Kewlan <colin_rehn@hotmail.com> | 2021-04-15 07:15:42 +0200 |
| commit | fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac (patch) | |
| tree | 2ac08a5252670c03867bad2eed47d58523e10d00 /dist/qt_themes/qdarkstyle | |
| parent | 62a8505345122ff03c9311a13c40863d9b4f743f (diff) | |
game_list: Mark games as favorite to make them appear at the top.
Icons are from Icons8.
Diffstat (limited to 'dist/qt_themes/qdarkstyle')
| -rw-r--r-- | dist/qt_themes/qdarkstyle/icons/48x48/star.png | bin | 0 -> 725 bytes | |||
| -rw-r--r-- | dist/qt_themes/qdarkstyle/style.qrc | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/dist/qt_themes/qdarkstyle/icons/48x48/star.png b/dist/qt_themes/qdarkstyle/icons/48x48/star.png Binary files differnew file mode 100644 index 000000000..90d423a1d --- /dev/null +++ b/dist/qt_themes/qdarkstyle/icons/48x48/star.png diff --git a/dist/qt_themes/qdarkstyle/style.qrc b/dist/qt_themes/qdarkstyle/style.qrc index 2b91204f3..34e872d25 100644 --- a/dist/qt_themes/qdarkstyle/style.qrc +++ b/dist/qt_themes/qdarkstyle/style.qrc @@ -8,6 +8,7 @@ <file alias="48x48/folder.png">icons/48x48/folder.png</file> <file alias="48x48/plus.png">icons/48x48/plus.png</file> <file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file> + <file alias="48x48/star.png">icons/48x48/star.png</file> <file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file> </qresource> <qresource prefix="qss_icons"> |
