fix: should not open local config folder when icloud enable
This commit is contained in:
parent
9ef41f29e5
commit
30f9cc01aa
@ -692,8 +692,9 @@ extension AppDelegate {
|
||||
NSWorkspace.shared.open(url)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
NSWorkspace.shared.openFile(kConfigFolderPath)
|
||||
}
|
||||
NSWorkspace.shared.openFile(kConfigFolderPath)
|
||||
}
|
||||
|
||||
@IBAction func actionUpdateConfig(_ sender: AnyObject) {
|
||||
|
Loading…
Reference in New Issue
Block a user