bug127782【系统安装】【安装退出】试用模式系统安装界面进入创建用户后点击退出未直接返回试用界面

This commit is contained in:
yangdonghai 2023-04-27 19:16:31 +08:00
parent 9308e7e6d6
commit 24fa123725
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ void InstallerMainWidget::clickCloseButton()
} else {
this->close();
this->destroy();
exit(0);
}
}
//2021-4-29 解决弹出对话框之后键盘不能操作问题 50742