SVN r1107

SVN-Revision: r1107
This commit is contained in:
cyf
2026-01-30 07:53:57 +00:00
parent 52221cc693
commit 4f289f0809
+1 -2
View File
@@ -339,10 +339,9 @@ namespace Lskj.Notice
this.ThreadShowFrom();
if (rowCount == 0)
this.WindowState = FormWindowState.Minimized;
if (SystemInfo.Instance.MessageRefreshTime > 0) this.timer3.Interval = SystemInfo.Instance.MessageRefreshTime * 1000;
if (SystemInfo.Instance.MessageFlicker) this.tsmiFlicker.Checked = DBConfig.Instance.NoticeFlicker = true;
if (SystemInfo.Instance.MessageRefreshTime > 0) OnTimerReloadTick(null,null);//设置了时间就先刷新一次
this.timer3.Start();
}
catch (Exception ex)