[🛠️ Fix] 不好意思脑子抽了

This commit is contained in:
Minoricew
2025-06-16 21:41:07 +08:00
parent a638a29cc6
commit 6be31652f9

View File

@@ -96,6 +96,9 @@ class ConfigManager {
} }
migrateOldConfigFile() { migrateOldConfigFile() {
if (this.configDir === path.join(os.homedir(), "Documents", "HugoAura")) {
return;
}
const oldConfigPath = path.join( const oldConfigPath = path.join(
os.homedir(), os.homedir(),
"Documents", "Documents",