Version 1.6

This commit is contained in:
BONNEVILLE Geoffroy
2017-11-08 16:49:39 +01:00
parent a8f8715648
commit c982a177f7
4 changed files with 19 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ namespace ModernKeePass.ViewModels
private readonly App _app = Application.Current as App;
private bool _hasPassword;
private bool _hasKeyFile;
private string _password;
private string _password = string.Empty;
private string _status;
private StatusTypes _statusType;
private StorageFile _keyFile;