From a7bd58a6bdc8e3c61083f5151e4a67f9d5ae7f00 Mon Sep 17 00:00:00 2001 From: CJKmkp <2564608840@qq.com> Date: Mon, 23 Feb 2026 19:48:03 +0800 Subject: [PATCH] improve:OOBE --- .../Windows/PrivacyAgreementWindow.xaml | 34 +++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/Ink Canvas/Windows/PrivacyAgreementWindow.xaml b/Ink Canvas/Windows/PrivacyAgreementWindow.xaml index 2cf8947a..6768d66c 100644 --- a/Ink Canvas/Windows/PrivacyAgreementWindow.xaml +++ b/Ink Canvas/Windows/PrivacyAgreementWindow.xaml @@ -53,7 +53,22 @@ Click="ButtonCancel_Click" Background="{DynamicResource PrivacyAgreementWindowButtonBackground}" Foreground="{DynamicResource PrivacyAgreementWindowButtonForeground}" - BorderBrush="{DynamicResource PrivacyAgreementWindowBorderBrush}"/> + BorderBrush="{DynamicResource PrivacyAgreementWindowBorderBrush}" + OverridesDefaultStyle="True"> + + + + + + + +