Add wallet profile image loading

This commit is contained in:
TheXamlGuy
2024-06-29 21:52:31 +01:00
parent 92a7fc7c42
commit 97c9405283
12 changed files with 85 additions and 36 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
<PersonPicture
Width="144"
Height="144"
DisplayName="{Binding Name}" />
DisplayName="{Binding Name}"
ProfilePicture="{Binding ImageDescriptor.Image}" />
<TextBlock
Text="{Binding Name}"
TextAlignment="Center"