mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-04 19:45:34 +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:
@@ -118,7 +118,7 @@ export function ProxyTabContent({
|
||||
className="gap-1.5 h-6 ml-auto mr-2"
|
||||
>
|
||||
<Activity
|
||||
className={`h-3 w-3 ${isRunning ? "animate-pulse" : ""}`}
|
||||
className={`h-3 w-3 ${isRunning ? "status-heartbeat" : ""}`}
|
||||
/>
|
||||
{isRunning
|
||||
? t("settings.advanced.proxy.running")
|
||||
|
||||
Reference in New Issue
Block a user