diff --git a/ui/mainwindow_grpc.cpp b/ui/mainwindow_grpc.cpp index ca70693..18a60d3 100644 --- a/ui/mainwindow_grpc.cpp +++ b/ui/mainwindow_grpc.cpp @@ -288,7 +288,7 @@ void MainWindow::neko_start(int _id) { #ifdef Q_OS_LINUX if (IS_NEKO_BOX_INTERNAL_TUN) - auto ret = Linux_Pkexec_SetCapString(NekoGui::FindNekoBoxCoreRealPath(), "cap_net_admin-ep"); + Linux_Pkexec_SetCapString(NekoGui::FindNekoBoxCoreRealPath(), "cap_net_admin-ep"); #endif auto ent = (_id < 0 && !ents.isEmpty()) ? ents.first() : NekoGui::profileManager->GetProfile(_id);