mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
fix
This commit is contained in:
parent
4ed5090dcd
commit
ffef5ab07e
@ -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()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user