mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
chore: else if替换独立if
[skip changelog]
This commit is contained in:
@@ -942,8 +942,7 @@ namespace MaaWpfGui.Main
|
||||
// Instances.TaskQueueViewModel.CheckAndShutdown();
|
||||
Instances.TaskQueueViewModel.CheckAfterCompleted();
|
||||
}
|
||||
|
||||
if (isCopilotTaskChain)
|
||||
else if (isCopilotTaskChain)
|
||||
{
|
||||
ToastNotification.ShowDirect(LocalizationHelper.GetString("CompleteTask") + taskChain);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user