mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
delete loadComplete that does nothing
This commit is contained in:
parent
aaf6ee66eb
commit
7a75a3199a
1 changed files with 0 additions and 3 deletions
|
|
@ -189,8 +189,6 @@ struct LoRaConfig: View {
|
|||
|
||||
@State private var isPresentingSaveConfirm: Bool = false
|
||||
@State var initialLoad: Bool = true
|
||||
@State var loadComplete: Bool = false
|
||||
|
||||
|
||||
@State var region = 0
|
||||
@State var modemPreset = 0
|
||||
|
|
@ -293,7 +291,6 @@ struct LoRaConfig: View {
|
|||
self.modemPreset = Int(node.loRaConfig?.modemPreset ?? 0)
|
||||
self.hasChanges = false
|
||||
self.initialLoad = false
|
||||
self.loadComplete = true
|
||||
}
|
||||
}
|
||||
.onChange(of: region) { newRegion in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue