Browse Source

fix using the wrong property

Armin Schrenk 2 năm trước cách đây
mục cha
commit
53436520c9

+ 1 - 1
src/main/java/org/cryptomator/ui/vaultoptions/MountOptionsController.java

@@ -237,7 +237,7 @@ public class MountOptionsController implements FxController {
 	}
 
 	public ObservableValue<Boolean> readOnlySupportedProperty() {
-		return mountpointDriveLetterSupported;
+		return readOnlySupported;
 	}
 
 	public boolean isReadOnlySupported() {