diff --git a/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs b/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs index 69fb192517..87e4faf6b9 100644 --- a/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/CopilotViewModel.cs @@ -116,7 +116,7 @@ namespace MaaWpfGui.ViewModels.UI /// The font color. /// The font weight. /// Wether show time. - public void AddLog(string content, string color = UiLogColor.Trace, string weight = "Regular", bool showTime = false) + public void AddLog(string content, string color = UiLogColor.Trace, string weight = "Regular", bool showTime = true) { LogItemViewModels.Add(new LogItemViewModel(content, color, weight, "HH':'mm':'ss", showTime: showTime)); if (showTime)