diff --git a/src/renderer/src/components/settings/AccountsPane.tsx b/src/renderer/src/components/settings/AccountsPane.tsx
index bfa9b3ad796..f2c25c3a61e 100644
--- a/src/renderer/src/components/settings/AccountsPane.tsx
+++ b/src/renderer/src/components/settings/AccountsPane.tsx
@@ -76,6 +76,7 @@ export function AccountsPane({
const codexRateLimits = useAppStore((s) => s.rateLimits.codex)
const codexRateLimitTarget = useAppStore((s) => s.rateLimits.codexTarget)
const miniMaxRateLimits = useAppStore((s) => s.rateLimits.minimax)
+ const antigravityRateLimits = useAppStore((s) => s.rateLimits.antigravity)
const recordFeatureInteraction = useAppStore((s) => s.recordFeatureInteraction)
const fetchSettings = useAppStore((s) => s.fetchSettings)
const runtimeEnvironments = useAppStore((s) => s.runtimeEnvironments)
@@ -370,7 +371,9 @@ export function AccountsPane({
matchesSettingsSearch(searchQuery, getAccountsGeminiSearchEntries())
? renderGeminiAccountsSection(model)
: null,
- !isRemoteAccountScope ?
+ Quota:{' '} + {quota.status === 'ok' + ? `${quota.buckets?.length ?? 0} model windows available` + : (quota.error ?? 'Unavailable')} +
+ )} {state.accounts.map((account) => (