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
@@ -1,3 +1,3 @@
namespace Toolkit.Foundation;
public record InsertEventArgs<TValue>(int Index, TValue Value);
public record InsertEventArgs<TSender>(int Index, TSender Sender);