fix: should not open local config folder when icloud enable

This commit is contained in:
yicheng 2021-09-11 17:03:05 +08:00
parent 9ef41f29e5
commit 30f9cc01aa
No known key found for this signature in database
GPG Key ID: 7CF411A6623B1C0A

View File

@ -692,8 +692,9 @@ extension AppDelegate {
NSWorkspace.shared.open(url)
}
}
} else {
NSWorkspace.shared.openFile(kConfigFolderPath)
}
NSWorkspace.shared.openFile(kConfigFolderPath)
}
@IBAction func actionUpdateConfig(_ sender: AnyObject) {