From 8fd7988b8a2cb8aae69eeb61abb35463a431d787 Mon Sep 17 00:00:00 2001 From: qingqing-zhao Date: Thu, 29 Oct 2020 20:30:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E9=80=89=E6=A1=86=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=88=9D=E5=A7=8B=E5=8C=96=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TableML/TableMLGUI/MainForm.cs | 4 ++-- update_log.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/TableML/TableMLGUI/MainForm.cs b/TableML/TableMLGUI/MainForm.cs index 06a20a8..494c169 100644 --- a/TableML/TableMLGUI/MainForm.cs +++ b/TableML/TableMLGUI/MainForm.cs @@ -138,7 +138,7 @@ public void Init() openFileDialog1.Multiselect = true; openFileDialog1.SupportMultiDottedExtensions = true; - + cb_sql.Checked = UseSqlite; InitExcelFormat(); } @@ -543,7 +543,7 @@ private void Cb_sql_CheckedChanged(object sender, EventArgs e) config.Save(ConfigurationSaveMode.Modified); ConfigurationManager.RefreshSection("appSettings");*/ AppConfigHelper.SetValue("UseSqlite", box.Checked ? "1" : "0"); - ConsoleHelper.Log($"是否开启导出到sqlite?{box.Checked} ,config:{AppConfigHelper.GetValue("UseSqlite")}"); + ConsoleHelper.Log($"是否启用导出到sqlite?{box.Checked} ,config:{AppConfigHelper.GetValue("UseSqlite")}"); } } diff --git a/update_log.md b/update_log.md index 0ed7aaa..29f1891 100644 --- a/update_log.md +++ b/update_log.md @@ -1,3 +1,9 @@ +## 2020-10-29 + +界面上增加勾选框,是否启用sqlite功能 + + + ## 2020-8-3 1. 界面大调整,去掉旧项目的部分功能