mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-01-19 05:11:23 +00:00
Allow configurable support of interactive 360 vid
This commit is contained in:
@@ -111,6 +111,10 @@
|
||||
<input name="extend_desc" id="extend_desc" type="checkbox" <% if preferences.extend_desc %>checked<% end %>>
|
||||
</div>
|
||||
|
||||
<div class="pure-control-group">
|
||||
<label for="vr_mode"><%= translate(locale, "Interactive 360 degree videos") %></label>
|
||||
<input name="vr_mode" id="vr_mode" type="checkbox" <% if preferences.vr_mode %>checked<% end %>>
|
||||
</div>
|
||||
|
||||
<legend><%= translate(locale, "Visual preferences") %></legend>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user