Skip to content

Commit

Permalink
Update variable name to reflect convention, & remove unneeded tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Dec 13, 2023
1 parent 16efbb5 commit a95fe24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
:label="$t('Settings.Player Settings.Turn on Subtitles by Default')"
:compact="true"
:default-value="defaultSubtitles"
:tooltip="$t('Tooltips.Player Settings.Turn on Subtitles by Default')"
@change="updateDefaultSubtitles"
/>
<ft-toggle-switch
Expand Down
2 changes: 0 additions & 2 deletions static/locales/en-US.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -867,8 +867,6 @@ Tooltips:
the playback rate. Press and hold the Control key (Command Key on Mac) and left click the mouse
to quickly return to the default playback rate (1x unless it has been changed in the settings).
Skip by Scrolling Over Video Player: Use the scroll wheel to skip through the video, MPV style.
Turn on Subtitles by Default: If a video does not have subtitles (auto-generated
or otherwise) they will not be enabled by default.
External Player Settings:
External Player: Choosing an external player will display an icon, for opening the
video (playlist if supported) in the external player, on the thumbnail. Warning, Invidious settings do not affect external players.
Expand Down

0 comments on commit a95fe24

Please sign in to comment.