This commit is contained in:
Glavo 2023-01-14 22:35:24 +08:00 committed by GitHub
parent e865b31b62
commit 41620dcd70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,6 @@ public class DownloadSettingsPage extends StackPane {
GridPane.setColumnIndex(txtProxyHost, 1);
gridPane.getChildren().add(txtProxyHost);
FXUtils.bindString(txtProxyHost, config().proxyHostProperty());
txtProxyHost.getValidators().setAll(new NumberValidator(i18n("input.number"), false));
}
{