|
@@ -47,7 +47,7 @@
|
|
<Button ui:Translator.Key="ONBOARDING_SKIP_BTN"
|
|
<Button ui:Translator.Key="ONBOARDING_SKIP_BTN"
|
|
Padding="8, 4"
|
|
Padding="8, 4"
|
|
Focusable="False"
|
|
Focusable="False"
|
|
- Command="{Binding Close, RelativeSource={RelativeSource AncestorType=dialogs:OnboardingDialog, Mode=FindAncestor}}"
|
|
|
|
|
|
+ Command="{Binding Finish, RelativeSource={RelativeSource AncestorType=dialogs:OnboardingDialog, Mode=FindAncestor}}"
|
|
HorizontalAlignment="Center" VerticalAlignment="Center" />
|
|
HorizontalAlignment="Center" VerticalAlignment="Center" />
|
|
|
|
|
|
<Button Background="{DynamicResource ThemeAccentBrush}"
|
|
<Button Background="{DynamicResource ThemeAccentBrush}"
|