Mass rename project for rebranding
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<SettingsExpander
|
||||
x:Class="Wallet.Avalonia.CreateWalletNavigationView"
|
||||
xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
Description="Keep organized by separating your things into Wallets."
|
||||
Header="Create a new vault">
|
||||
<SettingsExpander.Footer>
|
||||
<Button MinWidth="132" Content="Create Wallet">
|
||||
<Interaction.Behaviors>
|
||||
<EventTriggerBehavior EventName="Click">
|
||||
<NavigateAction Region="self" Route="CreateWallet" />
|
||||
</EventTriggerBehavior>
|
||||
</Interaction.Behaviors>
|
||||
</Button>
|
||||
</SettingsExpander.Footer>
|
||||
</SettingsExpander>
|
||||
Reference in New Issue
Block a user