feat: extera icon
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 20 KiB |
BIN
Telegram/Resources/art/ayu/extera2/app.png
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
Telegram/Resources/art/ayu/extera2/app_icon.ico
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
Telegram/Resources/art/ayu/extera2/app_macos.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
Telegram/Resources/art/ayu/extera2/app_preview.png
Normal file
After Width: | Height: | Size: 15 KiB |
|
@ -28,6 +28,10 @@
|
||||||
<file alias="art/ayu/extera/app_preview.png">../../art/ayu/extera/app_preview.png</file>
|
<file alias="art/ayu/extera/app_preview.png">../../art/ayu/extera/app_preview.png</file>
|
||||||
<file alias="art/ayu/extera/app_macos.png">../../art/ayu/extera/app_macos.png</file>
|
<file alias="art/ayu/extera/app_macos.png">../../art/ayu/extera/app_macos.png</file>
|
||||||
<file alias="art/ayu/extera/app_icon.ico">../../art/ayu/extera/app_icon.ico</file>
|
<file alias="art/ayu/extera/app_icon.ico">../../art/ayu/extera/app_icon.ico</file>
|
||||||
|
<file alias="art/ayu/extera2/app.png">../../art/ayu/extera2/app.png</file>
|
||||||
|
<file alias="art/ayu/extera2/app_preview.png">../../art/ayu/extera2/app_preview.png</file>
|
||||||
|
<file alias="art/ayu/extera2/app_macos.png">../../art/ayu/extera2/app_macos.png</file>
|
||||||
|
<file alias="art/ayu/extera2/app_icon.ico">../../art/ayu/extera2/app_icon.ico</file>
|
||||||
<file alias="art/ayu/macos/app.png">../../art/ayu/macos/app.png</file>
|
<file alias="art/ayu/macos/app.png">../../art/ayu/macos/app.png</file>
|
||||||
<file alias="art/ayu/macos/app_preview.png">../../art/ayu/macos/app_preview.png</file>
|
<file alias="art/ayu/macos/app_preview.png">../../art/ayu/macos/app_preview.png</file>
|
||||||
<file alias="art/ayu/macos/app_macos.png">../../art/ayu/macos/app_macos.png</file>
|
<file alias="art/ayu/macos/app_macos.png">../../art/ayu/macos/app_macos.png</file>
|
||||||
|
|
|
@ -22,6 +22,7 @@ ICON(YAPLUS, "yaplus");
|
||||||
ICON(WIN95, "win95");
|
ICON(WIN95, "win95");
|
||||||
ICON(CHIBI, "chibi");
|
ICON(CHIBI, "chibi");
|
||||||
ICON(CHIBI2, "chibi2");
|
ICON(CHIBI2, "chibi2");
|
||||||
|
ICON(EXTERA2, "extera2");
|
||||||
|
|
||||||
void loadAppIco();
|
void loadAppIco();
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@ const QVector<QString> icons{
|
||||||
AyuAssets::WIN95_ICON,
|
AyuAssets::WIN95_ICON,
|
||||||
AyuAssets::CHIBI_ICON,
|
AyuAssets::CHIBI_ICON,
|
||||||
AyuAssets::CHIBI2_ICON,
|
AyuAssets::CHIBI2_ICON,
|
||||||
|
AyuAssets::EXTERA2_ICON,
|
||||||
};
|
};
|
||||||
|
|
||||||
const auto rows = static_cast<int>(icons.size()) / 4 + std::min(1, static_cast<int>(icons.size()) % 4);
|
const auto rows = static_cast<int>(icons.size()) / 4 + std::min(1, static_cast<int>(icons.size()) % 4);
|
||||||
|
|