Add ProgressRing
Add indicator when creating a wallet
This commit is contained in:
@@ -26,5 +26,12 @@
|
||||
PasswordChar="●"
|
||||
Watermark="Confirm password" />
|
||||
</StackPanel>
|
||||
<ProgressRing
|
||||
Width="48"
|
||||
Height="48"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
IsActive="{Binding Active}"
|
||||
IsVisible="{Binding Active}" />
|
||||
</Grid>
|
||||
</ContentDialog>
|
||||
|
||||
Reference in New Issue
Block a user