mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-13 10:32:03 +08:00
完善设置功能
This commit is contained in:
@@ -197,7 +197,7 @@ void MainWindow::on_vmChooser_currentIndexChanged(int index)
|
||||
|
||||
void MainWindow::on_qemuSetting_clicked()
|
||||
{
|
||||
QemuSetting show;
|
||||
show.show();
|
||||
show.exec();
|
||||
QemuSetting *show = new QemuSetting();
|
||||
show->show();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user