This commit is contained in:
yangjiaxuan 2023-02-22 15:25:09 +08:00
parent 8bc478777a
commit 0b7ef94641
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,6 @@ MainWindow::MainWindow(const QString& appLang, QWidget *parent)
{
ui->setupUi(this);
m_versionDll = new VersionDll;
HGBase_RegisterCrashFunc(CrashFunc, this);
HGChar logFilePath[512];
@ -132,6 +131,8 @@ MainWindow::MainWindow(const QString& appLang, QWidget *parent)
ui->act_feedback->setVisible(false);
#if defined(OEM_HUAGAO)
m_versionDll = new VersionDll;
if (m_versionDll->IsValid())
{
ui->actionact_update->setVisible(true);