Ensure new wallets show up in the menu

This commit is contained in:
TheXamlGuy
2024-06-10 22:47:04 +01:00
parent 60d6fe8785
commit 0026c3186b
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ public partial class ObservableCollection<TItem> :
{
if (Activated)
{
if (args.Value is TItem item)
if (args.Sender is TItem item)
{
Insert(args.Index, item);
}