mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-24 08:26:28 +03:00
merge 2nd fix from 'feature/confirmation-at-closing'
This commit is contained in:
@@ -59,6 +59,7 @@ public class UnlockedRepositoryViewModel : ViewModelBase
|
||||
{
|
||||
currentDirectory.DeleteEntry(updatedEntry.Id);
|
||||
currentDirectory.AddEntry(updatedEntry);
|
||||
HasUnsavedChanges = true;
|
||||
OnPropertyChanged(nameof(Passwords));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user