Add remind user to execute empty scan.

This commit is contained in:
sunwen
2024-05-09 16:33:57 +08:00
parent 580f221338
commit c6cf91694d
8 changed files with 79 additions and 10 deletions

View File

@@ -185,7 +185,6 @@ void LoginDialog::doLogin()
{
resetLoginFailedCount();
mErrorMessage->setVisible(false);
EventCenter::Default()->triggerEvent(GUIEvents::LoginSuccess,nullptr,nullptr);
accept();
LOG_USER_OPERATION("Login Sucessful");
JsonObject::Instance()->setDefaultUser(strUserCode);