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:
@@ -2219,7 +2219,9 @@ void RegisterCustomScheme() {
|
||||
|
||||
void psNewVersion() {
|
||||
RegisterCustomScheme();
|
||||
CheckPinnedAppUserModelId();
|
||||
if (Local::oldSettingsVersion() < 8050) {
|
||||
CheckPinnedAppUserModelId();
|
||||
}
|
||||
}
|
||||
|
||||
void psExecUpdater() {
|
||||
|
Reference in New Issue
Block a user