mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Fix: Load create SymLink preference on start
This commit is contained in:
parent
03a136385f
commit
abf8dbf7b2
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ class AppState: ObservableObject {
|
|||
func setupDefaults() {
|
||||
localPath = Current.defaults.string(forKey: "localPath") ?? Path.defaultXcodesApplicationSupport.string
|
||||
unxipExperiment = Current.defaults.bool(forKey: "unxipExperiment") ?? false
|
||||
createSymLinkOnSelect = Current.defaults.bool(forKey: "createSymLinkOnSelect") ?? false
|
||||
}
|
||||
|
||||
// MARK: Timer
|
||||
|
|
|
|||
Loading…
Reference in a new issue