mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
fix: 修正错误的日志上下文设置
This commit is contained in:
@@ -26,7 +26,7 @@ namespace MaaWpfGui.Services
|
||||
public class TrayIcon
|
||||
{
|
||||
private readonly NotifyIcon _notifyIcon = new NotifyIcon();
|
||||
private static readonly ILogger _logger = Log.ForContext<TaskQueueViewModel>();
|
||||
private static readonly ILogger _logger = Log.ForContext<TrayIcon>();
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="TrayIcon"/> class.
|
||||
|
||||
Reference in New Issue
Block a user