mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-27 14:00:38 +00:00
fix using the wrong property
This commit is contained in:
parent
fd5aeaf90a
commit
53436520c9
@ -237,7 +237,7 @@ public class MountOptionsController implements FxController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public ObservableValue<Boolean> readOnlySupportedProperty() {
|
public ObservableValue<Boolean> readOnlySupportedProperty() {
|
||||||
return mountpointDriveLetterSupported;
|
return readOnlySupported;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isReadOnlySupported() {
|
public boolean isReadOnlySupported() {
|
||||||
|
Loading…
Reference in New Issue
Block a user