mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +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);
|
ui->network->removeItem(0);
|
||||||
|
|
||||||
if (IS_NEKO_BOX) {
|
// if (IS_NEKO_BOX) {
|
||||||
ui->network->addItem("httpupgrade");
|
// ui->network->addItem("httpupgrade");
|
||||||
}
|
// }
|
||||||
|
|
||||||
// security changed
|
// security changed
|
||||||
connect(ui->security, &QComboBox::currentTextChanged, this, [=](const QString &txt) {
|
connect(ui->security, &QComboBox::currentTextChanged, this, [=](const QString &txt) {
|
||||||
|
|||||||
Reference in New Issue
Block a user