mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 04:24:38 +03:00
refactor: disable httpupgrade
httpupgrade is not implemented in sing-box 1.6.4
This commit is contained in:
@@ -89,9 +89,9 @@ DialogEditProfile::DialogEditProfile(const QString &_type, int profileOrGroupId,
|
||||
});
|
||||
ui->network->removeItem(0);
|
||||
|
||||
if (IS_NEKO_BOX) {
|
||||
ui->network->addItem("httpupgrade");
|
||||
}
|
||||
// if (IS_NEKO_BOX) {
|
||||
// ui->network->addItem("httpupgrade");
|
||||
// }
|
||||
|
||||
// security changed
|
||||
connect(ui->security, &QComboBox::currentTextChanged, this, [=](const QString &txt) {
|
||||
|
||||
Reference in New Issue
Block a user