Merge pull request #202 from RobotsAndPencils/symlinkPreferenceFix

Fix: Load create SymLink preference on start
This commit is contained in:
Matt Kiazyk 2022-04-18 19:06:38 -05:00 committed by GitHub
commit cd8104ca69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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