fix: 修正错误的日志上下文设置

This commit is contained in:
uye
2023-06-04 22:00:05 +08:00
parent 3cb4405896
commit 4dcf9fe49e

View File

@@ -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.