2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 14:17:45 +00:00

Don't generate 64px tray icon since badge counter generator doesn't support it

This commit is contained in:
Ilya Fedin
2020-07-18 03:34:46 +04:00
committed by John Preston
parent 47a237c924
commit c24da4c3df

View File

@@ -151,7 +151,6 @@ QIcon TrayIconGen(int counter, bool muted) {
24,
32,
48,
64
};
for (const auto iconSize : iconSizes) {