feat(nekobox): add hop port for hysteria2

This commit is contained in:
Misaka-blog
2023-10-25 19:05:53 +08:00
parent 0175f5d456
commit e2e066551c
6 changed files with 29 additions and 26 deletions

View File

@@ -79,10 +79,6 @@ void EditQUIC::onStart(std::shared_ptr<NekoGui::ProxyEntity> _ent) {
ui->TLS->removeItem(ui->alpn_sp);
if (IS_NEKO_BOX) {
ui->disableMtuDiscovery->hide();
ui->hopInterval->hide();
ui->hopInterval_l->hide();
ui->hopPort->hide();
ui->hopPort_l->hide();
ui->connectionReceiveWindow->hide();
ui->connectionReceiveWindow_l->hide();
ui->streamReceiveWindow->hide();