This commit is contained in:
yangjiaxuan 2023-11-08 18:02:53 +08:00
parent 5bf5679e25
commit e018ad18f8
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ void MainWindow::on_btnOpenFilePath_clicked()
if (1) if (1)
{ {
//if (m_curFwVersion >= fileVersion) //if (m_curFwVersion >= fileVersion)
if (1) if (0)
{ {
QMessageBox msg(QMessageBox::Information, tr("tips"), tr("the selected firmware is not newer than the current version"), QMessageBox::Ok, this); QMessageBox msg(QMessageBox::Information, tr("tips"), tr("the selected firmware is not newer than the current version"), QMessageBox::Ok, this);
msg.exec(); msg.exec();