We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343d69d commit f638540Copy full SHA for f638540
gui/src/components/tracker/TrackerBattery.tsx
@@ -38,7 +38,7 @@ export function TrackerBattery({
38
39
return (
40
<Tooltip
41
- disabled={!charging && (!runtime || debug)}
+ disabled={charging || !runtime || debug}
42
preferedDirection="left"
43
content=<Typography>{percentFormatter.format(value)}</Typography>
44
>
0 commit comments