mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-29 11:26:29 +03:00
fix dialog not opening after an entry is edited
This commit is contained in:
@@ -59,6 +59,7 @@ public class UnlockedRepositoryViewModel : ViewModelBase
|
|||||||
{
|
{
|
||||||
currentDirectory.DeleteEntry(updatedEntry.Id);
|
currentDirectory.DeleteEntry(updatedEntry.Id);
|
||||||
currentDirectory.AddEntry(updatedEntry);
|
currentDirectory.AddEntry(updatedEntry);
|
||||||
|
HasUnsavedChanges = true;
|
||||||
OnPropertyChanged(nameof(Passwords));
|
OnPropertyChanged(nameof(Passwords));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user