From fb1e1c47e76c91024eb33cf04899a27416a97ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B1=B3?= Date: Fri, 6 Sep 2024 21:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=98=BB=E6=AD=A2=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E4=BC=91=E7=9C=A0=E7=9A=84=E7=9B=B8=E5=85=B3=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Desktop/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Desktop/MainWindow.xaml.cs b/Desktop/MainWindow.xaml.cs index afd292046..eb20087f2 100644 --- a/Desktop/MainWindow.xaml.cs +++ b/Desktop/MainWindow.xaml.cs @@ -115,7 +115,7 @@ public void Init() //初始化VLC播放器组件 LibVLCSharp.Shared.Core.Initialize("./plugins/vlc"); //初始化系统休眠设置 - if (Config.Core_RunConfig._SystemCardReminder) + if (Config.Core_RunConfig._PreventWindowsHibernation) { WindowsAPI.CloseWindowsHibernation(); }