Changed implementation of sample data

Creating a new entry does not create an useless history value
WIP import data
This commit is contained in:
BONNEVILLE Geoffroy
2018-09-10 11:13:44 +02:00
parent deec19a60c
commit bbae2c356a
7 changed files with 66 additions and 8 deletions

View File

@@ -204,7 +204,7 @@ namespace ModernKeePass.ViewModels
private readonly IDatabaseService _database;
private readonly IResourceService _resource;
private bool _isEditMode;
private bool _isDirty;
private bool _isDirty = true;
private bool _isRevealPassword;
private double _passwordLength = 25;
private bool _isVisible = true;