fix using the wrong property

This commit is contained in:
Armin Schrenk 2023-01-03 12:38:18 +01:00
parent fd5aeaf90a
commit 53436520c9

View File

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