set has changes to false

This commit is contained in:
Garth Vander Houwen 2025-07-21 11:43:52 -07:00
parent 17a3dd0813
commit 5aaee8821c

View file

@ -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
}
}