diff --git a/src/components/PlayerBar.tsx b/src/components/PlayerBar.tsx index eacb8100..bd2160df 100644 --- a/src/components/PlayerBar.tsx +++ b/src/components/PlayerBar.tsx @@ -322,7 +322,7 @@ export default function PlayerBar() { setLocalShowRemaining(newVal); useThemeStore.getState().setShowRemainingTime(newVal); }} - title={localShowRemaining ? t('player.showDuration') : t('player.showRemainingTime')} + data-tooltip={localShowRemaining ? t('player.showDuration') : t('player.showRemainingTime')} > {localShowRemaining ? : formatTime(duration)}