mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-13 04:37:11 +02:00
feat: add win95 icon
Co-authored-by: Windukk <Windukk@users.noreply.github.com>
This commit is contained in:
parent
81938514f1
commit
bbeeaa95c0
6 changed files with 5 additions and 0 deletions
BIN
Telegram/Resources/art/ayu/win95/app.png
Normal file
BIN
Telegram/Resources/art/ayu/win95/app.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9 KiB |
BIN
Telegram/Resources/art/ayu/win95/app_icon.ico
Normal file
BIN
Telegram/Resources/art/ayu/win95/app_icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
Telegram/Resources/art/ayu/win95/app_preview.png
Normal file
BIN
Telegram/Resources/art/ayu/win95/app_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
|
@ -27,6 +27,9 @@
|
|||
<file alias="art/ayu/spotify/app.png">../../art/ayu/spotify/app.png</file>
|
||||
<file alias="art/ayu/spotify/app_preview.png">../../art/ayu/spotify/app_preview.png</file>
|
||||
<file alias="art/ayu/spotify/app_icon.ico">../../art/ayu/spotify/app_icon.ico</file>
|
||||
<file alias="art/ayu/win95/app.png">../../art/ayu/win95/app.png</file>
|
||||
<file alias="art/ayu/win95/app_preview.png">../../art/ayu/win95/app_preview.png</file>
|
||||
<file alias="art/ayu/win95/app_icon.ico">../../art/ayu/win95/app_icon.ico</file>
|
||||
<file alias="art/ayu/yaplus/app.png">../../art/ayu/yaplus/app.png</file>
|
||||
<file alias="art/ayu/yaplus/app_preview.png">../../art/ayu/yaplus/app_preview.png</file>
|
||||
<file alias="art/ayu/yaplus/app_icon.ico">../../art/ayu/yaplus/app_icon.ico</file>
|
||||
|
|
|
@ -18,6 +18,7 @@ ICON(EXTERA, "extera");
|
|||
ICON(NOTHING, "nothing");
|
||||
ICON(BARD, "bard");
|
||||
ICON(YAPLUS, "yaplus");
|
||||
ICON(WIN95, "win95");
|
||||
ICON(CHIBI, "chibi");
|
||||
ICON(CHIBI2, "chibi2");
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ const QVector<QString> icons{
|
|||
AyuAssets::NOTHING_ICON,
|
||||
AyuAssets::BARD_ICON,
|
||||
AyuAssets::YAPLUS_ICON,
|
||||
AyuAssets::WIN95_ICON,
|
||||
AyuAssets::CHIBI_ICON,
|
||||
AyuAssets::CHIBI2_ICON,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue