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

This commit is contained in:
gfdgd xi 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){

View File

@ -3139,7 +3139,7 @@ build: |
#>>> auto generate by ll-pica begin
# set the linglong/sources directory
SOURCES="linglong/sources"
dpkg-deb -x $SOURCES/spark-deepin-wine-runner_3.8.0_amd64.deb $SOURCES/spark-deepin-wine-runner
dpkg-deb -x $SOURCES/spark-deepin-wine-runner_3.8.0_all.deb $SOURCES/spark-deepin-wine-runner
# modify desktop, Exec and Icon should not contanin absolut paths
sed -i '/Exec*/c\Exec=start.sh %F' $SOURCES/spark-deepin-wine-runner/opt/apps/deepin-wine-runner/entries/applications/spark-deepin-wine-runner.desktop
sed -i '/Icon*/c\Icon=deepin-wine-runner' $SOURCES/spark-deepin-wine-runner/opt/apps/deepin-wine-runner/entries/applications/spark-deepin-wine-runner.desktop