removed tcp port from volume preferences controller

This commit is contained in:
Jan-Peter Klein
2023-11-02 16:53:29 +01:00
parent 77f9e6c411
commit b68b895bba
2 changed files with 5 additions and 60 deletions
@@ -32,12 +32,6 @@
</Hyperlink>
</HBox>
<HBox spacing="12" alignment="CENTER_LEFT" visible="${controller.loopbackPortSupported}" managed="${controller.loopbackPortSupported}">
<Label text="%preferences.volume.tcp.port"/>
<NumericTextField fx:id="loopbackPortField"/>
<Button text="%generic.button.apply" fx:id="loopbackPortApplyButton" onAction="#doChangeLoopbackPort"/>
</HBox>
<Separator orientation="HORIZONTAL"/>
<Label text="%preferences.volume.supportedFeatures"/>