diff options
Diffstat (limited to 'youtube/templates/watch.html')
-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 e3c6fa0..7fa4b53 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -603,6 +603,7 @@ Reload without invidious (for usage of new identity button).</a> <option>{{ source['label'] }}</option> {% endfor %} </select> + <label for="transcript-use-table">Table view</label> <input type="checkbox" id="transcript-use-table"> <table id="transcript-table"></table> </div> |