v2.0.9 — limit notifications at 80%/95% and on reset

This commit is contained in:
superdooper86
2026-05-07 15:40:13 +02:00
parent 2b48114996
commit b95102cb1b
6 changed files with 72 additions and 7 deletions
+6
View File
@@ -31,6 +31,12 @@ enum WindowType: String {
case fiveHour = "5h"
case sevenDay = "7d"
var label: String { rawValue }
var displayName: String {
switch self {
case .fiveHour: return "5-hour"
case .sevenDay: return "7-day"
}
}
}
enum ProjectedHit {