mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-03 16:05:57 +00:00
version 0.8.50.dev - fixes in Windows toast notifications support, fixes in linux input methods
This commit is contained in:
@@ -2696,7 +2696,7 @@ QString toastImage(const StorageKey &key, PeerData *peer) {
|
||||
} else if (!key.first && key.second) {
|
||||
(peer->chat ? chatDefPhoto : userDefPhoto)(peer->colorIndex)->pix().save(v.path, "PNG");
|
||||
} else {
|
||||
QFile(":/gui/art/iconbig256.png").copy(v.path);
|
||||
App::wnd()->iconLarge().save(v.path, "PNG");
|
||||
}
|
||||
i = toastImages.insert(key, v);
|
||||
}
|
||||
|
Reference in New Issue
Block a user