Sfoglia il codice sorgente

Reverted small error in 22859c9ffab566ab3f359c0c097415ebb5da09ab to fix#1082

Martin Beyer 4 anni fa
parent
commit
12dcf0647d

+ 1 - 1
main/ui/src/main/resources/fxml/vault_options_mount.fxml

@@ -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>