mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-06 08:07:28 +00:00
Specified the messages of failed UnlockWorkflows
Specified the messages of failed UnlockWorkflows by adding the ability to distinguish between the different MountPointRequirements Translation for all languages but German and Englisch required
This commit is contained in:
@@ -319,6 +319,10 @@ public class Vault {
|
||||
return vaultSettings.getId();
|
||||
}
|
||||
|
||||
public MountPointRequirement getMountPointRequirement() {
|
||||
return volume.getMountPointRequirement();
|
||||
}
|
||||
|
||||
// ******************************************************************************
|
||||
// Hashcode / Equals
|
||||
// *******************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user