修复虚拟机模块选择其它选项自动跳回默认选项的问题

This commit is contained in:
2024-06-01 07:30:01 +08:00
parent e26bf4e30f
commit d369503284
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ void MainWindow::ShowCPUMessage(){
}
m_cpuAll = cpuAll;
m_cpuFree = cpuFree;
ui->retranslateUi(this);
//ui->retranslateUi(this);
}
QString MainWindow::GetRunCommand(QString command){