From 86ab0c5c06f219f9789c32ed253f79dc58e8a032 Mon Sep 17 00:00:00 2001 From: sunwen Date: Mon, 23 Sep 2024 10:06:27 +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 e77180a..05224aa 100644 --- a/src/json/jsonobject.cpp +++ b/src/json/jsonobject.cpp @@ -24,7 +24,7 @@ JsonObject::JsonObject() JsonObject::~JsonObject() { - savecfg(); + //savecfg(); } void JsonObject::init()