mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
vpn final outbound rule GUI
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user