mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 13:04:37 +03:00
fix
This commit is contained in:
@@ -217,7 +217,8 @@ void MainWindow::neko_start(int _id) {
|
|||||||
return;
|
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);
|
auto result = NekoRay::BuildConfig(ent, false);
|
||||||
if (!result->error.isEmpty()) {
|
if (!result->error.isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user