diff --git a/Xcodes/Backend/AppState.swift b/Xcodes/Backend/AppState.swift index 89a43ac..57e0043 100644 --- a/Xcodes/Backend/AppState.swift +++ b/Xcodes/Backend/AppState.swift @@ -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