-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix Antigravity Gemini icon lanes and exhausted bar fill #1631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
e1f8517
723b7e7
76aa720
0aa0fa5
a2b01cf
26eb9d0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -244,6 +244,7 @@ extension StatusItemController { | |
| let showUsed = self.settings.usageBarsShowUsed | ||
| let showBrandPercent = self.settings.menuBarShowsBrandIconWithPercent | ||
| let primaryProvider = self.primaryProviderForUnifiedIcon() | ||
| let resolverStyle = self.store.style(for: primaryProvider) | ||
| let snapshot = self.store.snapshot(for: primaryProvider) | ||
| let warningFlash = self.quotaWarningFlashActive(provider: primaryProvider) | ||
|
|
||
|
|
@@ -252,8 +253,9 @@ extension StatusItemController { | |
| let resolved = snapshot.map { | ||
| IconRemainingResolver.resolvedPercents( | ||
| snapshot: $0, | ||
| style: style, | ||
| style: resolverStyle, | ||
|
steipete marked this conversation as resolved.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
In merged mode with Useful? React with 👍 / 👎. |
||
| showUsed: showUsed, | ||
| renderingStyle: style, | ||
| secondaryOverrideWindowID: self.settings.copilotIconSecondaryWindowOverrideID(snapshot: $0)) | ||
| } | ||
| var primary = resolved?.primary | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.