5 Minutes pax

This commit is contained in:
Garth Vander Houwen 2024-02-25 13:07:27 -08:00
parent a42f9ed91a
commit 367209dcff

View file

@ -32,7 +32,7 @@ struct PaxCounterConfig: View {
if enabled {
Picker("config.module.paxcounter.updateinterval", selection: $paxcounterUpdateInterval) {
ForEach(UpdateIntervals.allCases) { at in
if at.rawValue >= 5 {
if at.rawValue >= 300 {
Text(at.description)
}
}