mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-04-26 14:57:37 +00:00
Merge pull request #202 from RobotsAndPencils/symlinkPreferenceFix
Fix: Load create SymLink preference on start
This commit is contained in:
commit
cd8104ca69
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ class AppState: ObservableObject {
|
||||||
func setupDefaults() {
|
func setupDefaults() {
|
||||||
localPath = Current.defaults.string(forKey: "localPath") ?? Path.defaultXcodesApplicationSupport.string
|
localPath = Current.defaults.string(forKey: "localPath") ?? Path.defaultXcodesApplicationSupport.string
|
||||||
unxipExperiment = Current.defaults.bool(forKey: "unxipExperiment") ?? false
|
unxipExperiment = Current.defaults.bool(forKey: "unxipExperiment") ?? false
|
||||||
|
createSymLinkOnSelect = Current.defaults.bool(forKey: "createSymLinkOnSelect") ?? false
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: Timer
|
// MARK: Timer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue