Simplify settings

This commit is contained in:
Garth Vander Houwen 2024-05-01 10:13:15 -07:00
parent 9663cd69ff
commit c871caa21d
2 changed files with 11 additions and 5 deletions

View file

@ -18,10 +18,6 @@ extension Color {
return (brightness > 0.5)
}
public static let magenta = Color(red: 0.50, green: 0.00, blue: 0.00)
// public static var magenta: Color {
// return Color(red: 0.50, green: 0.00, blue: 0.00)
// //return Color(UIColor(red: 0.50, green: 0.00, blue: 0.00, alpha: 1.00)) //return Color(UIColor.magenta)
// }
}
extension UIColor {

View file

@ -6,6 +6,16 @@
<string>Root</string>
<key>PreferenceSpecifiers</key>
<array>
<dict>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
<key>DefaultValue</key>
<string></string>
<key>Title</key>
<string>Will share your phone GPS location with your node.</string>
<key>Key</key>
<string>shareLocationTitle</string>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
@ -20,7 +30,7 @@
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>Share Location Interval</string>
<string>Interval</string>
<key>Key</key>
<string>provideLocationInterval</string>
<key>Values</key>