Reset Usage Persistence

Nucleic-Session: 4FCCE515-0EB6-4269-8C29-AE824D82768B
Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
2026-06-29 00:09:24 -07:00
co-authored by nucleic
parent 614c7339bd
commit 46fb4fd9e2
+1 -1
View File
@@ -180,7 +180,7 @@ struct QuotaIndicator: View {
lines.append("Claude subscription usage")
func line(_ name: String, _ w: UsageWindow?) {
guard let w else { return }
var s = " \(name): \(QuotaFormat.percent(w.utilization)) used"
var s = " \(name): \(QuotaFormat.percent(w.utilization(at: now))) used"
if let caption = QuotaFormat.resetCaption(w, now: now) { s += " · \(caption)" }
lines.append(s)
}