From 96037a2bf0998c46d64022585489de7e6bcf180a Mon Sep 17 00:00:00 2001 From: XiaoFans Date: Mon, 1 Aug 2022 15:16:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DarkMode/Form1.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DarkMode/Form1.cs b/DarkMode/Form1.cs index 45e9b0a..4984be4 100644 --- a/DarkMode/Form1.cs +++ b/DarkMode/Form1.cs @@ -195,11 +195,11 @@ private void Form1_Load(object sender, EventArgs e) } //判断系统主题是否为自定义模式 - bool judge = judgeSystemColor(); - if (judge == true) - { - MessageBox.Show(Language.StringText("String9"), Language.StringText("String10"), MessageBoxButtons.OK, MessageBoxIcon.Information); - } + //bool judge = judgeSystemColor(); + //if (judge == true) + //{ + // MessageBox.Show(Language.StringText("String9"), Language.StringText("String10"), MessageBoxButtons.OK, MessageBoxIcon.Information); + //} //启动计时器和定时器 timer1.Interval = 1000; timer1.Start();