mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 13:04:37 +03:00
Support hysteria2
This commit is contained in:
@@ -578,7 +578,7 @@ namespace NekoGui {
|
||||
if (thisExternalStat > 0) {
|
||||
auto extR = ent->bean->BuildExternal(ext_mapping_port, ext_socks_port, thisExternalStat);
|
||||
if (extR.program.isEmpty()) {
|
||||
status->result->error = QObject::tr("Core not found: %1").arg(ent->bean->DisplayType());
|
||||
status->result->error = QObject::tr("Core not found: %1").arg(ent->bean->DisplayCoreType());
|
||||
return {};
|
||||
}
|
||||
if (!extR.error.isEmpty()) { // rejected
|
||||
|
||||
Reference in New Issue
Block a user