微调维护工具

This commit is contained in:
yangjiaxuan 2023-09-07 09:15:08 +08:00
parent 857d15466e
commit adfed032a9
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -408,7 +408,7 @@
<location filename="mainwindow.cpp" line="518"/>
<source>upgrade: %1</source>
<oldsource>upgrade: %2</oldsource>
<translation>: %1</translation>
<translation>线: %1</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="656"/>

View File

@ -582,8 +582,8 @@ void MainWindow::on_comboDevList_currentIndexChanged(int index)
if (!devType.isEmpty())
{
ui->btnGetVersionList->setEnabled(true);
ui->btnOpenFilePath->setEnabled(true);
}
ui->btnOpenFilePath->setEnabled(true);
ui->btnClearRollCount->setEnabled(true);
bool isAndroid = isAndroidDevice();