MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / unlockSetupEmail

Method unlockSetupEmail

Telegram/SourceFiles/core/application.cpp:1319–1324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1317}
1318
1319void Application::unlockSetupEmail() {
1320 _setupEmailLock = false;
1321 enumerateWindows([&](not_null<Window::Controller*> w) {
1322 w->clearSetupEmailLock();
1323 });
1324}
1325
1326bool Application::someSessionExists() const {
1327 for (const auto &[index, account] : _domain->accounts()) {

Callers 1

SessionMethod · 0.80

Calls 1

clearSetupEmailLockMethod · 0.45

Tested by

no test coverage detected