From 014d6bfc0dc3a2ed8674517fedce4e9822bfdfbc Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Tue, 29 Jul 2025 00:51:30 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ConfigurationMgrUserControl.xaml | 13 ++++-- .../Settings/BackgroundSettings.xaml | 23 +++++++--- .../Settings/ConnectSettingsUserControl.xaml | 8 ++-- ...ternalNotificationSettingsUserControl.xaml | 44 ++++++++++--------- .../Settings/RemoteControlUserControl.xaml | 8 +++- 5 files changed, 62 insertions(+), 34 deletions(-) diff --git a/src/MaaWpfGui/Views/UserControl/ConfigurationMgrUserControl.xaml b/src/MaaWpfGui/Views/UserControl/ConfigurationMgrUserControl.xaml index 004670b8d4..702f914e21 100644 --- a/src/MaaWpfGui/Views/UserControl/ConfigurationMgrUserControl.xaml +++ b/src/MaaWpfGui/Views/UserControl/ConfigurationMgrUserControl.xaml @@ -7,6 +7,7 @@ xmlns:controls="clr-namespace:MaaWpfGui.Styles.Controls" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:dd="urn:gong-wpf-dragdrop" + xmlns:hc="https://handyorg.github.io/handycontrol" xmlns:helper="clr-namespace:MaaWpfGui.Helper" xmlns:local="clr-namespace:MaaWpfGui" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" @@ -23,7 +24,7 @@ VerticalAlignment="Center" Orientation="Vertical"> - + @@ -76,6 +81,8 @@