mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: 自动战斗日志时间丢失
[skip changelog]
This commit is contained in:
@@ -116,7 +116,7 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
/// <param name="color">The font color.</param>
|
||||
/// <param name="weight">The font weight.</param>
|
||||
/// <param name="showTime">Wether show time.</param>
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user