mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-04 11:43:57 +08:00
fix(ui): reduce idle GPU usage for route status (#5767)
* fix(ui): reduce idle GPU usage for route status * fix(ui): disable heartbeat for reduced motion * fix(ui): preserve polling outside Tauri focus
This commit is contained in:
@@ -75,7 +75,7 @@ export function ProxyToggle({ className, activeApp }: ProxyToggleProps) {
|
||||
className={cn(
|
||||
"h-4 w-4 transition-colors",
|
||||
takeoverEnabled
|
||||
? "text-emerald-500 animate-pulse"
|
||||
? "text-emerald-500 status-heartbeat"
|
||||
: "text-muted-foreground",
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user