- fixed error during exception handling, if trying to decrypt vault with unsupported key length

This commit is contained in:
Sebastian Stenzel
2015-01-10 15:51:46 +01:00
parent 7ce6ed6abb
commit 3ff8d6bc19
2 changed files with 2 additions and 1 deletions
@@ -137,6 +137,7 @@ public class UnlockController implements Initializable {
private void setControlsDisabled(boolean disable) {
usernameBox.setDisable(disable);
passwordField.setDisable(disable);
checkIntegrity.setDisable(disable);
unlockButton.setDisable(disable);
}