From 409e925ab018ebfbeff4d05db4eab47a349a1107 Mon Sep 17 00:00:00 2001 From: uye <2396806385@qq.com> Date: Fri, 7 Apr 2023 00:39:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9B=BA=E5=AE=9A=20DarkMode=20?= =?UTF-8?q?=E5=A4=8D=E9=80=89=E6=A1=86=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/UserControl/GUISettingsUserControl.xaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/MaaWpfGui/Views/UserControl/GUISettingsUserControl.xaml b/src/MaaWpfGui/Views/UserControl/GUISettingsUserControl.xaml index 1d1828cbe7..879bddca94 100644 --- a/src/MaaWpfGui/Views/UserControl/GUISettingsUserControl.xaml +++ b/src/MaaWpfGui/Views/UserControl/GUISettingsUserControl.xaml @@ -3,16 +3,16 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:c="clr-namespace:CalcBinding;assembly=CalcBinding" + 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:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:s="https://github.com/canton7/Stylet" - xmlns:vm="clr-namespace:MaaWpfGui" - xmlns:viewModels="clr-namespace:MaaWpfGui.ViewModels" - xmlns:ui="clr-namespace:MaaWpfGui.ViewModels.UI" xmlns:styles="clr-namespace:MaaWpfGui.Styles" - xmlns:controls="clr-namespace:MaaWpfGui.Styles.Controls" + xmlns:ui="clr-namespace:MaaWpfGui.ViewModels.UI" + xmlns:viewModels="clr-namespace:MaaWpfGui.ViewModels" + xmlns:vm="clr-namespace:MaaWpfGui" d:DataContext="{d:DesignInstance {x:Type ui:SettingsViewModel}}" d:DesignHeight="300" d:DesignWidth="550" @@ -41,6 +41,7 @@ Block.TextAlignment="Center" Text="DarkMode (BETA)" />