This commit is contained in:
Glavo
2023-01-14 22:35:24 +08:00
committed by GitHub
parent e865b31b62
commit 41620dcd70

View File

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