From 94b199533d75e37ff236bed24e2f75acf124cfd9 Mon Sep 17 00:00:00 2001 From: sunwen Date: Thu, 19 Sep 2024 15:48:10 +0800 Subject: [PATCH] fix: Config file missing problem. --- src/json/jsonobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json/jsonobject.cpp b/src/json/jsonobject.cpp index 184172d..f08eccc 100644 --- a/src/json/jsonobject.cpp +++ b/src/json/jsonobject.cpp @@ -24,7 +24,7 @@ JsonObject::JsonObject() JsonObject::~JsonObject() { - savecfg(); + //savecfg(); } void JsonObject::init()