chore: 使用 UsedImplicitly

This commit is contained in:
uye
2025-07-12 19:44:06 +08:00
parent bb329afea0
commit 8b5a60d79e
32 changed files with 146 additions and 130 deletions

View File

@@ -12,6 +12,7 @@
// </copyright>
#nullable enable
using JetBrains.Annotations;
using MaaWpfGui.Constants;
using MaaWpfGui.Helper;
using MaaWpfGui.Main;
@@ -45,7 +46,7 @@ public class StartUpSettingsUserControlModel : TaskViewModel
}
// UI 绑定的方法
// ReSharper disable once UnusedMember.Global
[UsedImplicitly]
public void AccountSwitchManualRun()
{
_ = Instances.TaskQueueViewModel.QuickSwitchAccount();