From a8d6068e87aecfbda3138ff195bdfbff095d1234 Mon Sep 17 00:00:00 2001
From: uye <99072975+ABA2396@users.noreply.github.com>
Date: Thu, 4 Sep 2025 01:29:53 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8B=BE=E9=80=89=20=EF=BD=A2=E4=B8=8B?=
=?UTF-8?q?=E6=AC=A1=E5=85=AC=E5=91=8A=E6=9B=B4=E6=96=B0=E5=89=8D=E4=B8=8D?=
=?UTF-8?q?=E5=86=8D=E6=98=BE=E7=A4=BA=EF=BD=A3=20=E5=8B=BE=E9=80=89?=
=?UTF-8?q?=E6=A1=86=E6=97=B6=E4=B8=8D=E9=9C=80=E8=A6=81=E6=BB=9A=E5=88=B0?=
=?UTF-8?q?=E5=BA=95=E6=89=8D=E8=83=BD=E5=85=B3=E9=97=AD=E5=85=AC=E5=91=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/MaaWpfGui/Views/UI/AnnouncementView.xaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/MaaWpfGui/Views/UI/AnnouncementView.xaml b/src/MaaWpfGui/Views/UI/AnnouncementView.xaml
index 8af3cb62e6..9ac784fb6e 100644
--- a/src/MaaWpfGui/Views/UI/AnnouncementView.xaml
+++ b/src/MaaWpfGui/Views/UI/AnnouncementView.xaml
@@ -2,6 +2,7 @@
x:Class="MaaWpfGui.Views.UI.AnnouncementView"
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:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:hc="https://handyorg.github.io/handycontrol"
xmlns:helper="clr-namespace:MaaWpfGui.Helper"
@@ -86,6 +87,7 @@
Margin="30,10,20,10"
HorizontalAlignment="Center"
VerticalAlignment="Center"
+ IsEnabled="{c:Binding 'IsScrolledToBottom or DoNotRemindThisAnnouncementAgain'}"
Orientation="Horizontal">
+ IsChecked="{Binding DoNotRemindThisAnnouncementAgain}" />
+ Content="{DynamicResource Confirm}" />