Skip to content

Commit

Permalink
Add noWatch checkbox to preferences
Browse files Browse the repository at this point in the history
Add checkbox for "Do not add pages to watchlist"
  • Loading branch information
zanhecht authored Nov 8, 2023
1 parent 89656d3 commit 687f09c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/templates/tpl-preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<label for="logAfc" class="afch-label">Log acceptances, declines, and rejects</label>
<input type="checkbox" id="logAfc" class="afch-input" {{#logAfc}}checked{{/logAfc}} />
</div>
<div id="noWatchWrapper">
<label for="noWatch" class="afch-label">Do not add pages to watchlist</label>
<input type="checkbox" id="noWatch" class="afch-input" {{#noWatch}}checked{{/noWatch}} />
</div>
</div>
<!-- /preferences -->

Expand Down

0 comments on commit 687f09c

Please sign in to comment.