mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
final outbound rule GUI
This commit is contained in:
@@ -220,7 +220,6 @@ void MainWindow::neko_start(int _id) {
|
||||
#ifndef NKR_NO_GRPC
|
||||
libcore::LoadConfigReq req;
|
||||
req.set_coreconfig(QJsonObject2QString(result->coreConfig, true).toStdString());
|
||||
req.set_trydomains(result->tryDomains.join(",").toStdString());
|
||||
//
|
||||
bool rpcOK;
|
||||
QString error = defaultClient->Start(&rpcOK, req);
|
||||
|
||||
Reference in New Issue
Block a user