Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gokul1099 committed Nov 26, 2023
1 parent adc1fa7 commit d128198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiniSim/Extensions/UserDefaults+Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ extension UserDefaults {
get { bool(forKey: Keys.enableAndroidEmulators) }
set { set(newValue, forKey: Keys.enableAndroidEmulators) }
}

// Need to add ui for changing the terminal preference
@objc public dynamic var preferedTerminal: String? {
get { string(forKey: Keys.preferedTerminal) }
set { set(newValue, forKey: Keys.preferedTerminal) }
Expand Down

0 comments on commit d128198

Please sign in to comment.