Reset Usage Persistence
Nucleic-Session: 4FCCE515-0EB6-4269-8C29-AE824D82768B Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user