From e7aed3250bdef98e009d8fd76833dc0df10a1fc3 Mon Sep 17 00:00:00 2001
From: uye <99072975+ABA2396@users.noreply.github.com>
Date: Tue, 12 Aug 2025 22:34:24 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20ADB=20=E8=BF=9E=E6=8E=A5=E5=A4=B1?=
=?UTF-8?q?=E8=B4=A5=E6=97=B6=E5=B0=9D=E8=AF=95=E5=90=AF=E5=8A=A8=E6=A8=A1?=
=?UTF-8?q?=E6=8B=9F=E5=99=A8=20=E5=8B=BE=E9=80=89=E6=A1=86=E5=9C=A8?=
=?UTF-8?q?=E8=BF=9E=E6=8E=A5=E8=AE=BE=E7=BD=AE=E4=B8=8E=E5=90=AF=E5=8A=A8?=
=?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=AD=E5=90=8C=E6=97=B6=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Settings/StartSettingsUserControl.xaml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
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}" />
+
+
+
+
+
+
+
+
+
+