Sebastian Stenzel 10 anni fa
parent
commit
75c21b4c9b

+ 2 - 0
main/ui/src/main/java/org/cryptomator/ui/controllers/UnlockController.java

@@ -164,6 +164,8 @@ public class UnlockController implements Initializable {
 		// newValue is guaranteed to be a-z0-9, see #filterAlphanumericKeyEvents
 		if (newValue.isEmpty()) {
 			mountName.setText(vault.getMountName());
+		} else {
+			vault.setMountName(newValue);
 		}
 	}