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:
@@ -769,7 +769,7 @@ bool OpenSystemSettings(SystemSettingsType type) {
|
||||
}
|
||||
|
||||
void NewVersionLaunched(int oldVersion) {
|
||||
if (oldVersion <= 4001001 && cAutoStart()) {
|
||||
if (oldVersion <= 5014003 && cAutoStart()) {
|
||||
AutostartToggle(true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user