From abf8dbf7b29d50f48b68a0f722f41351f84d6973 Mon Sep 17 00:00:00 2001 From: Matt Kiazyk Date: Fri, 15 Apr 2022 08:29:41 -0500 Subject: [PATCH] Fix: Load create SymLink preference on start --- Xcodes/Backend/AppState.swift | 1 + 1 file changed, 1 insertion(+) 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