1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

remove unread first sorting: has issues, is pretty much adaptive anyway

This commit is contained in:
Andrew Dolgov
2015-03-17 02:01:10 +03:00
parent ffb7c4868d
commit 755869ffbc
2 changed files with 0 additions and 5 deletions

View File

@@ -176,7 +176,6 @@
<option value="marked"><?php echo __('Starred') ?></option>
<option value="published"><?php echo __('Published') ?></option>
<option value="unread"><?php echo __('Unread') ?></option>
<option value="unread_first"><?php echo __('Unread First') ?></option>
<option value="has_note"><?php echo __('With Note') ?></option>
<!-- <option value="noscores"><?php echo __('Ignore Scoring') ?></option> -->
</select>