This commit is contained in:
Sebastian Stenzel
2015-03-14 12:37:28 +01:00
parent c7ecd612c9
commit 75c21b4c9b
@@ -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);
}
}