diff options
Diffstat (limited to 'pages/options/options.html')
-rw-r--r-- | pages/options/options.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pages/options/options.html b/pages/options/options.html index 786ecde7..2c9c3e81 100644 --- a/pages/options/options.html +++ b/pages/options/options.html @@ -83,6 +83,15 @@ </datalist> </section> + <section class="options settings_block"> + <div class="onoffswitch switch" aria-label="Always proxy videos through Invidious"> + <h1>Always proxy videos through Invidious?</h1> + <input aria-hidden="true" id="always-proxy" type="checkbox" checked> + <label for="always-proxy" class="checkbox-label"> + </label> + </div> + </section> + <footer> <a class="button" id="save">Save</a> </footer> |