vpn final outbound rule GUI

This commit is contained in:
arm64v8a
2023-01-29 12:02:58 +09:00
parent c58f231b2c
commit 2482a5b48f
10 changed files with 106 additions and 27 deletions

View File

@@ -248,12 +248,7 @@ void DialogEditProfile::typeSelected(const QString &newType) {
ui->port->setValidator(QRegExpValidator_Number);
// 星号
for (auto label: findChildren<QLabel *>()) {
auto text = label->text();
if (!label->toolTip().isEmpty() && !text.endsWith("*")) {
label->setText(text + "*");
}
}
ADD_ASTERISK(this);
// 设置 for NekoBox
if (IS_NEKO_BOX) {