mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Simplify settings
This commit is contained in:
parent
9663cd69ff
commit
c871caa21d
2 changed files with 11 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue