mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
delete insecure hint
This commit is contained in:
@@ -216,8 +216,6 @@ void MainWindow::neko_start(int _id) {
|
||||
|
||||
if (NekoRay::dataStore->started_id >= 0) neko_stop();
|
||||
show_log_impl(">>>>>>>> " + tr("Starting profile %1").arg(ent->bean->DisplayTypeAndName()));
|
||||
auto insecure_hint = ent->bean->DisplayInsecureHint();
|
||||
if (!insecure_hint.isEmpty()) show_log_impl(">>>>>>>> " + tr("Profile is insecure: %1").arg(insecure_hint));
|
||||
|
||||
#ifndef NKR_NO_GRPC
|
||||
libcore::LoadConfigReq req;
|
||||
|
||||
Reference in New Issue
Block a user