2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-03 07:56:03 +00:00

Update icon on macOS, allow changing back.

This commit is contained in:
John Preston
2023-02-28 20:49:45 +04:00
parent c575e61853
commit aa9e56c633
35 changed files with 157 additions and 8 deletions

View File

@@ -651,6 +651,10 @@ void NewVersionLaunched(int oldVersion) {
}
}
QImage DefaultApplicationIcon() {
return Window::Logo();
}
} // namespace Platform
void psSendToMenu(bool send, bool silent) {