From 0dfe835eeffec86188ccbc326e113587d7f28eb4 Mon Sep 17 00:00:00 2001 From: PrefacedCorg <1876568293@qq.com> Date: Tue, 7 Apr 2026 23:32:20 +0800 Subject: [PATCH] =?UTF-8?q?=20fix:=E8=A7=A6=E6=91=B8=E6=BB=91=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/Windows/SettingsViews/Pages/StartupPage.xaml | 6 +++--- Ink Canvas/Windows/SettingsViews/Pages/StartupPage.xaml.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ink Canvas/Windows/SettingsViews/Pages/StartupPage.xaml b/Ink Canvas/Windows/SettingsViews/Pages/StartupPage.xaml index 94ae1cb3..52409d3b 100644 --- a/Ink Canvas/Windows/SettingsViews/Pages/StartupPage.xaml +++ b/Ink Canvas/Windows/SettingsViews/Pages/StartupPage.xaml @@ -1,4 +1,4 @@ - - + 4 @@ -114,4 +114,4 @@ - + diff --git a/Ink Canvas/Windows/SettingsViews/Pages/StartupPage.xaml.cs b/Ink Canvas/Windows/SettingsViews/Pages/StartupPage.xaml.cs index 7f934766..9e8c4120 100644 --- a/Ink Canvas/Windows/SettingsViews/Pages/StartupPage.xaml.cs +++ b/Ink Canvas/Windows/SettingsViews/Pages/StartupPage.xaml.cs @@ -1,6 +1,6 @@ using System; using System.Windows; -using System.Windows.Controls; +using iNKORE.UI.WPF.Modern.Controls; namespace Ink_Canvas.Windows.SettingsViews.Pages {