make the default in the UI be hiding replies and hiding boosts.

This is really to reduce latency for users. Boosts take forever to fetch and replies are not something people usually want to see.
This commit is contained in:
fenwick67 2019-08-02 18:37:15 -04:00
parent c832e3e4e0
commit 111c73396c
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
</select>
</label><br>
<label>Show Header?<input id="header" type="checkbox" checked="checked"></label><br>
<label>Hide replies?<input type="checkbox" id="hidereplies"></label><br>
<label>Hide boosts?<input type="checkbox" id="hideboosts"></label><br>
<label>Hide replies?<input type="checkbox" id="hidereplies" checked="checked"></label><br>
<label>Hide boosts?<input type="checkbox" id="hideboosts" checked="checked"></label><br>
<button value="generate">Generate</button>
</form>