diff options
author | Kyle Kienapfel <[email protected]> | 2022-09-12 08:56:24 -0700 |
---|---|---|
committer | Kyle Kienapfel <[email protected]> | 2022-09-15 23:00:49 -0700 |
commit | 9554c67809a674cad2de1482634da2f79de90474 (patch) | |
tree | 895b1c4366085713de06dcd627423b236a4d0b34 /.reuse | |
parent | e85bda5f31763359b69fbcad5c121995e1ad7074 (diff) | |
download | yuzu-android-9554c67809a674cad2de1482634da2f79de90474.tar.gz yuzu-android-9554c67809a674cad2de1482634da2f79de90474.zip |
UI: move icons from default into colorful theme.
colorful theme has been default theme for awhile. having colorful theme
try and grab icons from other theme doesn't work on Linux.
Also adding two additional icons, info is to hint to the user that they
should hit verify after pasting in a token, sync is to show that the
verification is occurring.
Diffstat (limited to '.reuse')
-rw-r--r-- | .reuse/dep5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 index 5ba017494..9a90f9eb6 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -52,6 +52,8 @@ Files: dist/qt_themes/colorful/icons/16x16/lock.png dist/qt_themes/colorful/icons/48x48/chip.png dist/qt_themes/colorful/icons/48x48/folder.png dist/qt_themes/colorful_dark/icons/16x16/lock.png + dist/qt_themes/colorful/icons/16x16/info.png + dist/qt_themes/colorful/icons/16x16/sync.png Copyright: Icons8 License: MIT Comment: https://github.com/icons8/flat-color-icons @@ -68,8 +70,8 @@ Copyright: Ionic (http://ionic.io/) License: MIT Files: dist/qt_themes/colorful/icons/48x48/star.png - dist/qt_themes/default/icons/16x16/checked.png - dist/qt_themes/default/icons/16x16/failed.png + dist/qt_themes/colorful/icons/16x16/checked.png + dist/qt_themes/colorful/icons/16x16/failed.png Copyright: SVG Repo License: CC0-1.0 |