Skip to content

Commit

Permalink
style: improve time saved tooltip formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
WofWca committed Aug 15, 2021
1 parent ab8c273 commit 031bb96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popup/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ ${timeSavedComparedToSoundedSpeedAbs} – time saved compared to sounded speed,
${wouldHaveLastedIfSpeedWasSounded} – how long playback would take at sounded speed without jump cuts`
}
${timeSavedComparedToIntrinsicSpeedPercent} – time saved compared to intrinsic speed, %
${settings.timeSavedAveragingMethod === 'exponential'
? '' :
Expand Down

0 comments on commit 031bb96

Please sign in to comment.