Krzysztof Krysiński пре 5 месеци
родитељ
комит
b1ac50d8eb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/PixiEditor/Views/Dialogs/OnboardingDialog.axaml

+ 1 - 1
src/PixiEditor/Views/Dialogs/OnboardingDialog.axaml

@@ -47,7 +47,7 @@
                 <Button ui:Translator.Key="ONBOARDING_SKIP_BTN"
                         Padding="8, 4"
                         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" />
 
                 <Button Background="{DynamicResource ThemeAccentBrush}"