fix:v1.3.1修复BUG。

This commit is contained in:
2024-08-27 20:15:41 +08:00
parent b05783191f
commit f2b1525b92
13 changed files with 50 additions and 38 deletions

View File

@@ -41,7 +41,7 @@ void CHistory::default_set()
QDir dir;
std::string path = dir.homePath().toStdString();
fs::path p(path);
p.append(".config");
p.append(".config/OneLevelXmlOpr");
if (!fs::exists(p)) {
fs::create_directories(p);