From 45189c775ab31df909340e8d4bc8ec2d66e2d3ee Mon Sep 17 00:00:00 2001 From: lwk <1140159554@qq.com> Date: Thu, 26 Jan 2023 18:58:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=BF=9E=E6=8E=A5=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Res/Localizations/zh-cn.xaml | 6 +- .../UserControl/StartSettingsUserControl.xaml | 142 +++++++++--------- 2 files changed, 75 insertions(+), 73 deletions(-) diff --git a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml index 2846e42d12..54544501e7 100644 --- a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml +++ b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml @@ -171,10 +171,10 @@ 定时 - 开机自动启动 - 启动后直接运行 + 开机自动启动MAA + 启动MAA后直接运行 客户端类型 - 启动后自动开启模拟器 + 启动MAA后自动开启模拟器 最小化启动模拟器 等待模拟器启动时间(秒) 模拟器路径 diff --git a/src/MaaWpfGui/Views/UserControl/StartSettingsUserControl.xaml b/src/MaaWpfGui/Views/UserControl/StartSettingsUserControl.xaml index a6e3dc9134..5b008dead7 100644 --- a/src/MaaWpfGui/Views/UserControl/StartSettingsUserControl.xaml +++ b/src/MaaWpfGui/Views/UserControl/StartSettingsUserControl.xaml @@ -1,6 +1,7 @@  - + + + + + + - - - - - - + - + - - - - + HorizontalAlignment="Center" + VerticalAlignment="Center" + Orientation="Horizontal" + Visibility="{c:Binding StartEmulator}"> + Margin="0" + Block.TextAlignment="Center" + Style="{StaticResource TextBlockDefault}" + Text="{DynamicResource EmulatorPath}" VerticalAlignment="Center" />