fix(mac): size context bar to menu

This commit is contained in:
Peter Steinberger
2025-12-13 00:23:00 +00:00
parent 3bb33bdeed
commit 5e51107711
4 changed files with 54 additions and 11 deletions

View File

@@ -154,7 +154,7 @@ struct SessionsSettings: View {
ContextUsageBar(
usedTokens: row.tokens.total,
contextTokens: row.tokens.contextTokens,
width: 260)
width: nil)
}
HStack(spacing: 10) {