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

@@ -113,6 +113,7 @@ void DialogManager::requestLogin(QWidget* aParent)
mFunctionDialog->exec();
}
releaseTopWidget(mFunctionDialog);
EventCenter::Default()->triggerEvent(GUIEvents::LoginSuccess,nullptr,nullptr);
}
void DialogManager::requestScreenSaverPlay()