From 5b457f2a8ad8b017e4f2c3f9324c2ce3ed19023b Mon Sep 17 00:00:00 2001 From: PrefacedCorg <1876568293@qq.com> Date: Sun, 7 Sep 2025 00:59:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=8F=92=E4=BB=B6=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=99=A8=E7=9A=84=E9=A1=B5=E9=9D=A2=E6=94=B9=E4=B8=BA=E6=97=A0?= =?UTF-8?q?=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/Windows/PluginSettingsWindow.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Ink Canvas/Windows/PluginSettingsWindow.xaml b/Ink Canvas/Windows/PluginSettingsWindow.xaml index 776a2b1a..e0dd96f7 100644 --- a/Ink Canvas/Windows/PluginSettingsWindow.xaml +++ b/Ink Canvas/Windows/PluginSettingsWindow.xaml @@ -6,6 +6,7 @@ xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern" xmlns:local="clr-namespace:Ink_Canvas.Windows" mc:Ignorable="d" + WindowStyle="None" Title="插件管理" Height="550" Width="800" WindowStartupLocation="CenterScreen" ResizeMode="CanResize"