mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 06:55:58 +00:00
saving QByteArray bookmark along with file paths and download path for OS X sandbox, will be actually implemented only in macstore branch
This commit is contained in:
@@ -78,7 +78,6 @@ void PasscodeWidget::onSubmit() {
|
||||
} else {
|
||||
if (Local::readMap(_passcode.text().toUtf8()) != Local::ReadMapPassNeeded) {
|
||||
cSetPasscodeBadTries(0);
|
||||
App::app()->checkMapVersion();
|
||||
|
||||
MTP::start();
|
||||
if (MTP::authedId()) {
|
||||
@@ -86,6 +85,8 @@ void PasscodeWidget::onSubmit() {
|
||||
} else {
|
||||
App::wnd()->setupIntro(true);
|
||||
}
|
||||
|
||||
App::app()->checkMapVersion();
|
||||
} else {
|
||||
cSetPasscodeBadTries(cPasscodeBadTries() + 1);
|
||||
cSetPasscodeLastTry(getms(true));
|
||||
|
Reference in New Issue
Block a user