Skip to content

Commit

Permalink
improvement(popup): make "use experimental algorithm" tooltip more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
WofWca committed Nov 25, 2021
1 parent 2eeee34 commit 7b2b111
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/popup/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -503,11 +503,11 @@
{/if}
<label
use:tippy={{
content: '* Bare minimum usability\n'
+ '* Allows skipping silent parts entirely instead of playing them at a faster rate\n'
+ '* Doesn\'t work on many websites (YouTube, Vimeo). Works for local files\n'
+ '* No audio distortion, delay or desync\n'
+ '* The chart won\'t display the volume\n',
content: '- Bare minimum usability\n'
+ '+ Allows skipping silent parts entirely instead of playing them at a faster rate\n'
+ '- Doesn\'t work on many websites (YouTube, Vimeo). Works for local files\n'
+ '+ No audio distortion, delay or desync\n'
+ '- The chart won\'t display the volume\n',
theme: tippyThemeMyTippyAndPreLine,
}}
style="margin-top: 1rem; display: inline-flex; align-items: center;"
Expand Down

0 comments on commit 7b2b111

Please sign in to comment.