Skip to content

Commit

Permalink
Clear favorites filter on favorite key store opening
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxhy committed Jun 26, 2024
1 parent a633063 commit 08fb664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KeyManager/Domain/FavoritesControlViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public FavoritesControlViewModel(ISnackbarMessageQueue snackbarMessageQueue)
if (KeyStoreCommand != null)
{
await KeyStoreCommand.ExecuteAsync(fav);
SearchTerms = string.Empty;
}
});
CreateFavoriteCommand = new AsyncRelayCommand(
Expand Down

0 comments on commit 08fb664

Please sign in to comment.