2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

altering AppUserModelId in pinned shortcut in Windows

This commit is contained in:
John Preston
2015-08-13 18:11:07 +03:00
parent 30e96a1d5e
commit c16ea77c52
10 changed files with 143 additions and 11 deletions

View File

@@ -39,6 +39,9 @@ int main(int argc, char *argv[]) {
logsInit();
Local::readSettings();
if (Local::oldSettingsVersion() < AppVersion) {
psNewVersion();
}
if (cFromAutoStart() && !cAutoStart()) {
psAutoStart(false, true);
Local::stop();