mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
TrackerBattery disable tooltip while charging (#1733)
This commit is contained in:
@@ -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>
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user