mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-22 20:51:27 +00:00
change meaning of mount name setting:
* it is now considered the gerenal vault name * methods (except parsing) are renamed accordingly
This commit is contained in:
@@ -63,7 +63,7 @@ public class MountOptionsController implements FxController {
|
||||
|
||||
@FXML
|
||||
public void initialize() {
|
||||
driveName.textProperty().bindBidirectional(vault.getVaultSettings().mountName());
|
||||
driveName.textProperty().bindBidirectional(vault.getVaultSettings().displayName());
|
||||
|
||||
// readonly:
|
||||
readOnlyCheckbox.selectedProperty().bindBidirectional(vault.getVaultSettings().usesReadOnlyMode());
|
||||
|
||||
Reference in New Issue
Block a user