This commit is contained in:
arm64v8a
2022-08-23 16:36:59 +08:00
parent 4ed5090dcd
commit ffef5ab07e

View File

@@ -217,7 +217,8 @@ void MainWindow::neko_start(int _id) {
return;
}
if (NekoRay::profileManager->GetGroup(ent->gid)->archive) return;
auto group = NekoRay::profileManager->GetGroup(ent->gid);
if (group == nullptr || group->archive) return;
auto result = NekoRay::BuildConfig(ent, false);
if (!result->error.isEmpty()) {