2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Unify packaged/non-packaged binary name

This commit is contained in:
Ilya Fedin
2025-05-30 15:23:18 +00:00
committed by John Preston
parent 15c817dd15
commit 56ff5808a3
6 changed files with 8 additions and 11 deletions

View File

@@ -769,7 +769,7 @@ bool OpenSystemSettings(SystemSettingsType type) {
}
void NewVersionLaunched(int oldVersion) {
if (oldVersion <= 4001001 && cAutoStart()) {
if (oldVersion <= 5014003 && cAutoStart()) {
AutostartToggle(true);
}
}