Fix: Load create SymLink preference on start

This commit is contained in:
Matt Kiazyk 2022-04-15 08:29:41 -05:00
parent 03a136385f
commit abf8dbf7b2
No known key found for this signature in database
GPG key ID: 850581D2373E4A99

View file

@ -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