mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 15:35:51 +00:00
Use crl::time/now instead of TimeMs/getms.
This commit is contained in:
@@ -62,7 +62,7 @@ RecentInlineBots gRecentInlineBots;
|
||||
|
||||
bool gPasswordRecovered = false;
|
||||
int32 gPasscodeBadTries = 0;
|
||||
TimeMs gPasscodeLastTry = 0;
|
||||
crl::time gPasscodeLastTry = 0;
|
||||
|
||||
float64 gRetinaFactor = 1.;
|
||||
int32 gIntRetinaFactor = 1;
|
||||
|
Reference in New Issue
Block a user