mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
chore: 使用 UsedImplicitly
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user