2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

made Updater work in windows for UAC-protected locations of Telegram.exe

This commit is contained in:
John Preston
2014-12-02 19:25:17 +03:00
parent 7a600e03d0
commit 03c8de6195
7 changed files with 93 additions and 17 deletions

View File

@@ -42,7 +42,7 @@ DBIWorkMode gWorkMode = dbiwmWindowAndTray;
DBIConnectionType gConnectionType = dbictAuto;
ConnectionProxy gConnectionProxy;
bool gSeenTrayTooltip = false;
bool gRestartingUpdate = false, gRestarting = false;
bool gRestartingUpdate = false, gRestarting = false, gWriteProtected = false;
int32 gLastUpdateCheck = 0;
bool gNoStartUpdate = false;
bool gStartToSettings = false;