Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
修复Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
6get-xiaofan committed Aug 1, 2022
1 parent 65e4031 commit 96037a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DarkMode/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 96037a2

Please sign in to comment.