diff --git a/插件库/Lskj.Notice2/FrmMain.cs b/插件库/Lskj.Notice2/FrmMain.cs
index 955d05e..0a848a4 100644
--- a/插件库/Lskj.Notice2/FrmMain.cs
+++ b/插件库/Lskj.Notice2/FrmMain.cs
@@ -342,6 +342,10 @@ namespace Lskj.Notice
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);//设置了时间就先刷新一次
+
+ if (SystemInfo.Instance.MessageShowWindow) this.tsmiShowWindow.Checked = DBConfig.Instance.NoticeShowWindow = true;
+ if (SystemInfo.Instance.MessageExitByMain) this.tsmiExitByMain.Checked = DBConfig.Instance.NoticeExit = true;
+
this.timer3.Start();
}
catch (Exception ex)
diff --git a/插件库/Lskj.Notice2/Lskj.Notice.csproj b/插件库/Lskj.Notice2/Lskj.Notice.csproj
index 3763aa8..dfad3b5 100644
--- a/插件库/Lskj.Notice2/Lskj.Notice.csproj
+++ b/插件库/Lskj.Notice2/Lskj.Notice.csproj
@@ -151,6 +151,10 @@
+
+
+
+