mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 10:11:27 +00:00
Removed delegate to Volume#getMountPointRequirement() from Vault Added getter for the Vault's Volume (#getVolume()) Changed CustomMountPointChooser to use VaultSettings instead of Vault for the constructor/field declaration Updated CustomMountPointChooser#isApplicable() to be disabled when using FUSE on Windows (without useExperimentalFuse) Updated CustomMountPointChooser to call Volume#getMountPointRequirement() directly Replaced OS-Check in TemporaryMountPointChooser with MPR-Check Replaced call to Vault#getMountPointRequirement() with call to Vault#getVolume() (and Volume#getMountPointRequirement()) in UnlockInvalidMountPointController and UnlockWorkflow Cleaned up UnlockWorkflow