mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix build and working on macOS.
This commit is contained in:
@@ -66,6 +66,10 @@ void Domain::activateFromStorage(int index) {
|
||||
_accountToActivate = index;
|
||||
}
|
||||
|
||||
int Domain::activeForStorage() const {
|
||||
return _accountToActivate;
|
||||
}
|
||||
|
||||
void Domain::resetWithForgottenPasscode() {
|
||||
if (_accounts.empty()) {
|
||||
_local->startFromScratch();
|
||||
|
Reference in New Issue
Block a user