Skip to content

Commit

Permalink
refactor: disable httpupgrade
Browse files Browse the repository at this point in the history
httpupgrade is not implemented in sing-box 1.6.4
  • Loading branch information
purofle committed Nov 14, 2023
1 parent cd8da82 commit d882424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/edit/dialog_edit_profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d882424

Please sign in to comment.