Show initial category count
This commit is contained in:
@@ -33,4 +33,7 @@
|
||||
</ConditionAction>
|
||||
</DataTriggerBehavior>
|
||||
</Interaction.Behaviors>
|
||||
<NavigationViewItem.InfoBadge>
|
||||
<InfoBadge Value="{Binding Key}" />
|
||||
</NavigationViewItem.InfoBadge>
|
||||
</NavigationViewItem>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<Button MinWidth="132" Content="Create Wallet">
|
||||
<Interaction.Behaviors>
|
||||
<EventTriggerBehavior EventName="Click">
|
||||
<NavigateAction Region="self" Route="CreateWallet" />
|
||||
<NavigateAction Region="{x:Type ContentDialog}" Route="CreateWallet" />
|
||||
</EventTriggerBehavior>
|
||||
</Interaction.Behaviors>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user