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 | Merge pull request #6195 from Morph1984/controller-applet-motion (diff) | |
download | yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.tar yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.tar.gz yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.tar.bz2 yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.tar.lz yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.tar.xz yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.tar.zst yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.zip |
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"> |