diff --git a/src/main/java/org/cryptomator/ui/vaultoptions/MountOptionsController.java b/src/main/java/org/cryptomator/ui/vaultoptions/MountOptionsController.java index 839f49ddf..01dbe01b4 100644 --- a/src/main/java/org/cryptomator/ui/vaultoptions/MountOptionsController.java +++ b/src/main/java/org/cryptomator/ui/vaultoptions/MountOptionsController.java @@ -103,7 +103,6 @@ public class MountOptionsController implements FxController { && Mounter.isProblematicFuseService(s) // && !firstUsedProblematicFuseMountService.get().equals(s); }); - //this.loopbackPortSupported = BooleanExpression.booleanExpression(selectedMountService.map(s -> s.hasCapability(MountCapability.LOOPBACK_PORT) && vaultSettings.mountService.getValue() != null)); this.defaultMountFlags = selectedMountService.map(s -> { if (s.hasCapability(MountCapability.MOUNT_FLAGS)) { diff --git a/src/main/resources/i18n/strings.properties b/src/main/resources/i18n/strings.properties index 2c45dff44..55b8edb20 100644 --- a/src/main/resources/i18n/strings.properties +++ b/src/main/resources/i18n/strings.properties @@ -143,7 +143,7 @@ unlock.error.customPath.description.couldNotBeCleaned=Your vault could not be mo unlock.error.customPath.description.notEmptyDir=The custom mount path "%s" is not an empty folder. Please choose an empty folder and try again. unlock.error.customPath.description.generic=You have selected a custom mount path for this vault, but using it failed with the message: %2$s unlock.error.fuseRestartRequired.message=Unable to unlock vault -unlock.error.fuseRestartRequired.description=Change volume type in vault options or restart Cryptomator. +unlock.error.fuseRestartRequired.description=Change the volume type in vault options or restart Cryptomator. unlock.error.title=Unlock "%s" failed ## Hub hub.noKeychain.message=Unable to access device key