mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +02:00
Don't generate 64px tray icon since badge counter generator doesn't support it
This commit is contained in:
parent
47a237c924
commit
c24da4c3df
1 changed files with 0 additions and 1 deletions
|
@ -151,7 +151,6 @@ QIcon TrayIconGen(int counter, bool muted) {
|
||||||
24,
|
24,
|
||||||
32,
|
32,
|
||||||
48,
|
48,
|
||||||
64
|
|
||||||
};
|
};
|
||||||
|
|
||||||
for (const auto iconSize : iconSizes) {
|
for (const auto iconSize : iconSizes) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue