From 158c77f951365b1c4ef7bdb46df08189b42fc39f Mon Sep 17 00:00:00 2001 From: croire <1432593898@qq.com> Date: Tue, 4 Jan 2022 23:51:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AEjson=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DownKyi.Core/Settings/SettingsManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DownKyi.Core/Settings/SettingsManager.cs b/DownKyi.Core/Settings/SettingsManager.cs index b511e84..4530a94 100644 --- a/DownKyi.Core/Settings/SettingsManager.cs +++ b/DownKyi.Core/Settings/SettingsManager.cs @@ -63,7 +63,7 @@ namespace DownKyi.Core.Settings /// private bool SetSettings() { - string json = JsonConvert.SerializeObject(appSettings, Formatting.Indented); + string json = JsonConvert.SerializeObject(appSettings); try {