瀏覽代碼

Close -> Finish

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}"