mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Add change events for all keys
This commit is contained in:
parent
aad3bd4f89
commit
8b2bc246dd
1 changed files with 6 additions and 0 deletions
|
|
@ -120,6 +120,12 @@ struct SecurityConfig: View {
|
|||
.onChange(of: adminChannelEnabled) {
|
||||
if $0 != node?.securityConfig?.adminChannelEnabled { hasChanges = true }
|
||||
}
|
||||
.onChange(of: publicKey) { _ in
|
||||
hasChanges = true
|
||||
}
|
||||
.onChange(of: privateKey) { _ in
|
||||
hasChanges = true
|
||||
}
|
||||
.onChange(of: adminKey) { _ in
|
||||
hasChanges = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue