Fix hide InitializeWidget before close login dialog.

This commit is contained in:
sunwen
2024-05-09 17:44:30 +08:00
parent 564ef17f09
commit 1f362d0340
3 changed files with 3 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ MainWindow::MainWindow(QWidget* aParent)
mInitializWidget->setVisible(false);
});
connect(EventCenter::Default(), &EventCenter::LoginSuccess, this, [this]()
connect(EventCenter::Default(), &EventCenter::UserVerificationSuccess, this, [this]()
{
if(!mTabInited){
mTabInited = true;