mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
remove extra space
This commit is contained in:
parent
851b8ca900
commit
82fc62fc84
1 changed files with 1 additions and 1 deletions
|
|
@ -226,8 +226,8 @@ struct DisplayConfig: View {
|
|||
self.oledType = Int(node?.displayConfig?.oledType ?? 0)
|
||||
self.displayMode = Int(node?.displayConfig?.displayMode ?? 0)
|
||||
self.units = Int(node?.displayConfig?.units ?? 0)
|
||||
self.use12HourClock = node?.displayConfig?.use12HClock ?? false
|
||||
self.headingBold = node?.displayConfig?.headingBold ?? false
|
||||
self.use12HourClock = node?.displayConfig?.use12HClock ?? false
|
||||
self.hasChanges = false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue