fix dialog not opening after an entry is edited

This commit is contained in:
2026-03-23 22:28:56 +03:00
parent e078a1d5a7
commit 6dd2002bdc

View File

@@ -59,6 +59,7 @@ public class UnlockedRepositoryViewModel : ViewModelBase
{
currentDirectory.DeleteEntry(updatedEntry.Id);
currentDirectory.AddEntry(updatedEntry);
HasUnsavedChanges = true;
OnPropertyChanged(nameof(Passwords));
}