mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
set has changes to false
This commit is contained in:
parent
17a3dd0813
commit
5aaee8821c
1 changed files with 1 additions and 1 deletions
|
|
@ -228,6 +228,6 @@ struct DisplayConfig: View {
|
|||
self.units = Int(node?.displayConfig?.units ?? 0)
|
||||
self.use12HourClock = node?.displayConfig?.use12HClock ?? false
|
||||
self.headingBold = node?.displayConfig?.headingBold ?? false
|
||||
self.hasChanges = node?.displayConfig?.use12HClock ?? false
|
||||
self.hasChanges = false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue