diff --git a/src/MaaWpfGui/Views/UserControl/Settings/StartSettingsUserControl.xaml b/src/MaaWpfGui/Views/UserControl/Settings/StartSettingsUserControl.xaml index d71fcf10ef..4f1191c2e5 100644 --- a/src/MaaWpfGui/Views/UserControl/Settings/StartSettingsUserControl.xaml +++ b/src/MaaWpfGui/Views/UserControl/Settings/StartSettingsUserControl.xaml @@ -10,6 +10,7 @@ xmlns:helper="clr-namespace:MaaWpfGui.Helper" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:s="https://github.com/canton7/Stylet" + xmlns:ui="clr-namespace:MaaWpfGui.ViewModels.UI" xmlns:viewModels="clr-namespace:MaaWpfGui.ViewModels.UserControl.Settings" d:Background="White" d:DataContext="{d:DesignInstance {x:Type viewModels:StartSettingsUserControlModel}}" @@ -66,6 +67,19 @@ Block.TextAlignment="Center" Content="{DynamicResource OpenEmulatorAfterLaunch}" IsChecked="{Binding OpenEmulatorAfterLaunch}" /> + + + + + + + + + +