delete insecure hint

This commit is contained in:
arm64v8a
2023-04-24 14:21:06 +09:00
parent 923f15e69c
commit bc9c5799b1
16 changed files with 8 additions and 122 deletions

View File

@@ -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;