2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

fixed crash in notifyShowNext(), not always enum pinned icons

This commit is contained in:
John Preston
2015-08-16 17:42:41 +03:00
parent d32e476d96
commit 8259314721
3 changed files with 16 additions and 5 deletions

View File

@@ -2219,7 +2219,9 @@ void RegisterCustomScheme() {
void psNewVersion() {
RegisterCustomScheme();
CheckPinnedAppUserModelId();
if (Local::oldSettingsVersion() < 8050) {
CheckPinnedAppUserModelId();
}
}
void psExecUpdater() {