mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
chore: 避免使用 async void
This commit is contained in:
@@ -48,7 +48,7 @@ public class StartUpSettingsUserControlModel : TaskViewModel
|
||||
// ReSharper disable once UnusedMember.Global
|
||||
public void AccountSwitchManualRun()
|
||||
{
|
||||
Instances.TaskQueueViewModel.QuickSwitchAccount();
|
||||
_ = Instances.TaskQueueViewModel.QuickSwitchAccount();
|
||||
}
|
||||
|
||||
public override void ProcSubTaskMsg(AsstMsg msg, JObject details)
|
||||
|
||||
Reference in New Issue
Block a user