diff --git a/src/MaaWpfGui/Services/TrayIcon.cs b/src/MaaWpfGui/Services/TrayIcon.cs index 3791e1b833..5f3e0044e2 100644 --- a/src/MaaWpfGui/Services/TrayIcon.cs +++ b/src/MaaWpfGui/Services/TrayIcon.cs @@ -26,7 +26,7 @@ namespace MaaWpfGui.Services public class TrayIcon { private readonly NotifyIcon _notifyIcon = new NotifyIcon(); - private static readonly ILogger _logger = Log.ForContext(); + private static readonly ILogger _logger = Log.ForContext(); /// /// Initializes a new instance of the class.