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

Finish working with localstorage before ~AuthSession.

This commit is contained in:
John Preston
2019-06-22 12:36:35 +02:00
parent f877bf7a46
commit dc102bd9e8
3 changed files with 10 additions and 3 deletions

View File

@@ -228,7 +228,7 @@ bool Instance::isQuitPrevent() {
if (!_currentCall) {
return false;
}
LOG(("Calls::Instance prevents quit, saving drafts..."));
LOG(("Calls::Instance prevents quit, hanging up a call..."));
return true;
}