mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Launching read folder with All stories and not just unread stories.
This commit is contained in:
parent
4bb39e6884
commit
5b302f427c
1 changed files with 2 additions and 2 deletions
|
@ -2783,10 +2783,10 @@
|
|||
])),
|
||||
$.make('li', { className: 'NB-menu-separator' }),
|
||||
$.make('li', { className: 'NB-menu-subitem NB-menu-manage-controls NB-menu-manage-controls-feed' }, [
|
||||
(NEWSBLUR.Globals.is_admin && $.make('ul', { className: 'segmented-control NB-menu-manage-view-setting-order' }, [
|
||||
$.make('ul', { className: 'segmented-control NB-menu-manage-view-setting-order' }, [
|
||||
$.make('li', { className: 'NB-view-setting-order-newest NB-active' }, 'Newest first'),
|
||||
$.make('li', { className: 'NB-view-setting-order-oldest' }, 'Oldest')
|
||||
])),
|
||||
]),
|
||||
$.make('ul', { className: 'segmented-control NB-menu-manage-view-setting-readfilter' }, [
|
||||
$.make('li', { className: 'NB-view-setting-readfilter-all NB-active' }, 'All stories'),
|
||||
$.make('li', { className: 'NB-view-setting-readfilter-unread' }, 'Unread only')
|
||||
|
|
Loading…
Add table
Reference in a new issue