Skip to content

Commit

Permalink
Add setting to GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
zakius committed Apr 24, 2022
1 parent a02f41f commit 5539c40
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,23 @@ <h1>Smart RSS</h1>
</label>

<label class="web-content-select-label"
title="Controls whether media preview should be visible when displaying article contents. Can be overridden per source">
title="Controls whether only sources with unread articles should be visible">
<span class="selectLabel">Show only sources with unread articles:</span>
<select id="showOnlyUnreadSources">
<option value="true">Yes</option>
<option value="false">No</option>
</select>
</label>

<label class="web-content-select-label"
title="Controls whether only unread articles should be visible">
<span class="selectLabel">Show only unread articles:</span>
<select id="defaultToUnreadOnly">
<option value="true">Yes</option>
<option value="false">No</option>
</select>
</label>

<label class="web-content-select-label">
<span class="selectLabel">Disable date groups:</span>
<select id="disableDateGroups">
Expand Down

0 comments on commit 5539c40

Please sign in to comment.