From bb193dc4a65b8d9cce1185f5130ca703accbbf79 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Sun, 15 Oct 2023 01:49:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/UserControl/VersionUpdateSettingsUserControl.xaml.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/MaaWpfGui/Views/UserControl/VersionUpdateSettingsUserControl.xaml.cs b/src/MaaWpfGui/Views/UserControl/VersionUpdateSettingsUserControl.xaml.cs index c24935928c..95a96fb0be 100644 --- a/src/MaaWpfGui/Views/UserControl/VersionUpdateSettingsUserControl.xaml.cs +++ b/src/MaaWpfGui/Views/UserControl/VersionUpdateSettingsUserControl.xaml.cs @@ -23,7 +23,7 @@ using MaaWpfGui.Helper; namespace MaaWpfGui.Views.UserControl { /// - /// OtherCombatSettingsUserControl.xaml 的交互逻辑 + /// VersionUpdateSettingsUserControl.xaml 的交互逻辑 /// public partial class VersionUpdateSettingsUserControl : System.Windows.Controls.UserControl { @@ -85,6 +85,7 @@ namespace MaaWpfGui.Views.UserControl clipboardThread.Start(); } + // ReSharper disable once UnusedParameter.Local private void EasterEggs(object sender, MouseButtonEventArgs e) { if (_timer.IsEnabled)