From 4dcf9fe49ef658bb6e2ce1f3b5984e970ee8b0cd Mon Sep 17 00:00:00 2001 From: uye <2396806385@qq.com> Date: Sun, 4 Jun 2023 22:00:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E6=97=A5=E5=BF=97=E4=B8=8A=E4=B8=8B=E6=96=87=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Services/TrayIcon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.