mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: build warring
This commit is contained in:
@@ -1019,7 +1019,7 @@ public class AsstProxy
|
||||
{
|
||||
Instances.TaskQueueViewModel.AddLog(LocalizationHelper.GetString("AnnihilationTaskFailed"), UiLogColor.Warning);
|
||||
}
|
||||
else if (value is { Type: TaskType.Copilot }) /* or { Type: TaskType.VideoRec }) */
|
||||
else if (value is { Type: TaskType.Copilot }/* or { Type: TaskType.VideoRec }) */)
|
||||
{
|
||||
Instances.CopilotViewModel.AddLog(LocalizationHelper.GetString("CombatError"), UiLogColor.Error);
|
||||
AchievementTrackerHelper.Instance.Unlock(AchievementIds.CopilotError);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// <copyright file="EmulatorPathSelectionViewModel.cs" company="MaaAssistantArknights">
|
||||
// <copyright file="EmulatorPathSelectionDialogViewModel.cs" company="MaaAssistantArknights">
|
||||
// Part of the MaaWpfGui project, maintained by the MaaAssistantArknights team (Maa Team)
|
||||
// Copyright (C) 2021-2025 MaaAssistantArknights Contributors
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// <copyright file="AchievementSettingsUserControl.cs" company="MaaAssistantArknights">
|
||||
// <copyright file="AchievementSettingsUserControl.xaml.cs" company="MaaAssistantArknights">
|
||||
// Part of the MaaWpfGui project, maintained by the MaaAssistantArknights team (Maa Team)
|
||||
// Copyright (C) 2021-2025 MaaAssistantArknights Contributors
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user