Make the history recording optional.

This commit is contained in:
Le Jester
2022-02-16 16:16:59 -06:00
committed by Samantaz Fox
parent 997d936e9c
commit 897f871f99
7 changed files with 15 additions and 1 deletions

View File

@@ -22,6 +22,11 @@
<input name="continue" id="continue" type="checkbox" <% if preferences.continue %>checked<% end %>>
</div>
<div class="pure-control-group">
<label for="watch_history"><%= translate(locale, "preferences_watch_history") %></label>
<input name="watch_history" id="watch_history" type="checkbox" <% if preferences.watch_history %>checked<% end %>>
</div>
<div class="pure-control-group">
<label for="continue_autoplay"><%= translate(locale, "preferences_continue_autoplay_label") %></label>
<input name="continue_autoplay" id="continue_autoplay" type="checkbox" <% if preferences.continue_autoplay %>checked<% end %>>