i seem to have left my brain somewhere
This commit is contained in:
2025-01-13 15:10:35 +13:00
parent dcad2ac142
commit 05e2c31bec
2 changed files with 6 additions and 4 deletions

View File

@ -66,7 +66,7 @@
<input type="checkbox" name="hide_sidebar_and_summary" {% if prefs.hide_sidebar_and_summary == "on" %}checked{% endif %}>
</div>
<div class="prefs-group">
<label for="hide_banner">Hide subreddit banner images</label>
<label for="hide_banner">Hide subreddit banners</label>
<input type="hidden" value="off" name="hide_banner">
<input type="checkbox" name="hide_banner" {% if prefs.hide_banner == "on" %}checked{% endif %}>
</div>