fix:v1.3.1修复BUG。
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user