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}" />