Fix nag timeout dropdown

Fix up circle text view
This commit is contained in:
Garth Vander Houwen 2024-05-31 20:25:37 -07:00
parent 3911703f81
commit 7341d0b32a
4 changed files with 38 additions and 13 deletions

View file

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