diff options
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/watch.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 2bfed73..0e12d21 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -599,6 +599,7 @@ Reload without invidious (for usage of new identity button).</a> <option>{{ source['label'] }}</option> {% endfor %} </select> + <input type="checkbox" id="transcript-use-table"> <table id="transcript-table"></table> </div> </details> |