diff --git a/src/MaaWpfGui/Main/AsstProxy.cs b/src/MaaWpfGui/Main/AsstProxy.cs index 8ee6f20228..4d5acc905f 100644 --- a/src/MaaWpfGui/Main/AsstProxy.cs +++ b/src/MaaWpfGui/Main/AsstProxy.cs @@ -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); diff --git a/src/MaaWpfGui/ViewModels/Dialogs/EmulatorPathSelectionDialogViewModel.cs b/src/MaaWpfGui/ViewModels/Dialogs/EmulatorPathSelectionDialogViewModel.cs index 1120384bde..965163c953 100644 --- a/src/MaaWpfGui/ViewModels/Dialogs/EmulatorPathSelectionDialogViewModel.cs +++ b/src/MaaWpfGui/ViewModels/Dialogs/EmulatorPathSelectionDialogViewModel.cs @@ -1,4 +1,4 @@ -// +// // Part of the MaaWpfGui project, maintained by the MaaAssistantArknights team (Maa Team) // Copyright (C) 2021-2025 MaaAssistantArknights Contributors // diff --git a/src/MaaWpfGui/Views/UserControl/Settings/AchievementSettingsUserControl.xaml.cs b/src/MaaWpfGui/Views/UserControl/Settings/AchievementSettingsUserControl.xaml.cs index ce37751ce6..9e139f2e41 100644 --- a/src/MaaWpfGui/Views/UserControl/Settings/AchievementSettingsUserControl.xaml.cs +++ b/src/MaaWpfGui/Views/UserControl/Settings/AchievementSettingsUserControl.xaml.cs @@ -1,4 +1,4 @@ -// +// // Part of the MaaWpfGui project, maintained by the MaaAssistantArknights team (Maa Team) // Copyright (C) 2021-2025 MaaAssistantArknights Contributors //