From 5dabf6f33cded2818f9aebb484a322534e2c901e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=91=E5=B9=B4=E9=83=8E=E7=A7=83=E5=A4=B4=E5=91=80?= <1069410172@qq.com> Date: Tue, 13 Feb 2024 18:09:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E4=B8=94=E5=8E=BB=E6=8E=89h264?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmonitor/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmonitor/Program.cs b/cmonitor/Program.cs index c08288f8..62758dce 100644 --- a/cmonitor/Program.cs +++ b/cmonitor/Program.cs @@ -444,7 +444,7 @@ namespace cmonitor && ValidateMemoryKey(dic, out error) && ValidateScreenScale(dic, out error) && ValidateReport(dic, out error) - && ValidateElevated(dic, out error); + && ValidateElevated(dic, out error); } static bool ValidateMode(Dictionary dic)