TrackerBattery disable tooltip while charging (#1733)

This commit is contained in:
sctanf
2026-02-02 11:05:50 -06:00
committed by GitHub
parent 343d69d690
commit f638540886

View File

@@ -38,7 +38,7 @@ export function TrackerBattery({
return (
<Tooltip
disabled={!charging && (!runtime || debug)}
disabled={charging || !runtime || debug}
preferedDirection="left"
content=<Typography>{percentFormatter.format(value)}</Typography>
>