mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix nag timeout dropdown
Fix up circle text view
This commit is contained in:
parent
3911703f81
commit
7341d0b32a
4 changed files with 38 additions and 13 deletions
|
|
@ -102,7 +102,7 @@ struct ExternalNotificationConfig: View {
|
|||
.listRowSeparator(.visible)
|
||||
|
||||
Picker("Nag timeout", selection: $nagTimeout ) {
|
||||
ForEach(OutputIntervals.allCases) { oi in
|
||||
ForEach(NagIntervals.allCases) { oi in
|
||||
Text(oi.description)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue