From e687c78ba821a992259bc9a2ba13edafff8a694a Mon Sep 17 00:00:00 2001 From: unknown <2564608840@qq.com> Date: Tue, 15 Jul 2025 20:30:10 +0800 Subject: [PATCH] =?UTF-8?q?add:=E8=87=AA=E5=AE=9A=E4=B9=89=E6=B5=AE?= =?UTF-8?q?=E5=8A=A8=E6=A0=8F=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/MainWindow.xaml | 9 ++ Ink Canvas/MainWindow.xaml.cs | 2 +- Ink Canvas/MainWindow_cs/MW_Settings.cs | 74 ++++++++++-- Ink Canvas/MainWindow_cs/MW_SettingsToLoad.cs | 47 ++------ Ink Canvas/Resources/Settings.cs | 21 ++++ Ink Canvas/Windows/AddCustomIconWindow.xaml | 44 +++++++ .../Windows/AddCustomIconWindow.xaml.cs | 113 ++++++++++++++++++ Ink Canvas/Windows/CustomIconWindow.xaml | 45 +++++++ Ink Canvas/Windows/CustomIconWindow.xaml.cs | 63 ++++++++++ 9 files changed, 374 insertions(+), 44 deletions(-) create mode 100644 Ink Canvas/Windows/AddCustomIconWindow.xaml create mode 100644 Ink Canvas/Windows/AddCustomIconWindow.xaml.cs create mode 100644 Ink Canvas/Windows/CustomIconWindow.xaml create mode 100644 Ink Canvas/Windows/CustomIconWindow.xaml.cs diff --git a/Ink Canvas/MainWindow.xaml b/Ink Canvas/MainWindow.xaml index 78234815..3e6b94d7 100644 --- a/Ink Canvas/MainWindow.xaml +++ b/Ink Canvas/MainWindow.xaml @@ -1023,6 +1023,15 @@ + + + +