Reverted small error in 22859c9ffa to fix#1082

This commit is contained in:
Martin Beyer
2020-05-20 14:49:12 +02:00
parent 29182156df
commit 12dcf0647d

View File

@@ -56,7 +56,7 @@
</graphic>
</Button>
</HBox>
<TextField text="${controller.customMountPath}" visible="${mountPointCustomDir.selected}" maxWidth="Infinity" disable="true">
<TextField text="${controller.customMountPath}" visible="${mountPointCustomDir.selected}" maxWidth="Infinity" disable="true" managed="${!controller.webDavAndWindows}">
<VBox.margin>
<Insets left="24"/>
</VBox.margin>