修复打不开自行添加的应用

This commit is contained in:
Mike Solar
2023-09-06 21:22:06 +08:00
parent a96f802b85
commit ede78c640b
3 changed files with 5 additions and 3 deletions

View File

@ -171,7 +171,7 @@ void ApplicationManager::onclick1(QString op, QString func, QString path, QStrin
DeviceRequest *device_request = new DeviceRequest;//构造函数里面会自动发送请求
delete device_request;
}
if(software_ok&&app_ok)
if (software_ok && app_ok)
{
QMessageBox::information(this, QString::fromLocal8Bit("提示"), QString::fromLocal8Bit("更新成功"));
emit refresh_tab();