From b155f5ec85bedb3f21baeb0fd376f2e69cace200 Mon Sep 17 00:00:00 2001 From: uye <2396806385@qq.com> Date: Fri, 2 Jun 2023 22:04:24 +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/Helper/WinAdapter.cs | 2 +- src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MaaWpfGui/Helper/WinAdapter.cs b/src/MaaWpfGui/Helper/WinAdapter.cs index 1733e0e321..589faa9219 100644 --- a/src/MaaWpfGui/Helper/WinAdapter.cs +++ b/src/MaaWpfGui/Helper/WinAdapter.cs @@ -26,7 +26,7 @@ namespace MaaWpfGui.Helper /// public class WinAdapter { - private static readonly ILogger _logger = Log.ForContext(); + private static readonly ILogger _logger = Log.ForContext(); private static readonly Dictionary _emulatorIdDict = new Dictionary { diff --git a/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs b/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs index ad0d2da69e..2f872b63ac 100644 --- a/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs @@ -52,7 +52,7 @@ namespace MaaWpfGui.ViewModels.UI /// public class SettingsViewModel : Screen { - private static readonly ILogger _logger = Log.ForContext(); + private static readonly ILogger _logger = Log.ForContext(); [DllImport("MaaCore.dll")] private static extern IntPtr AsstGetVersion();