mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:45:55 +00:00
experimental: add preference to show combined mode headlines as a 2 column grid
This commit is contained in:
@@ -54,6 +54,7 @@ class Pref_Prefs extends Handler_Protected {
|
||||
'BLOCK_SEPARATOR',
|
||||
Prefs::COMBINED_DISPLAY_MODE,
|
||||
Prefs::CDM_EXPANDED,
|
||||
Prefs::CDM_ENABLE_GRID,
|
||||
'BLOCK_SEPARATOR',
|
||||
Prefs::CDM_AUTO_CATCHUP,
|
||||
Prefs::VFEED_GROUP_BY_FEED,
|
||||
@@ -117,6 +118,7 @@ class Pref_Prefs extends Handler_Protected {
|
||||
Prefs::HEADLINES_NO_DISTINCT => array(__("Don't enforce DISTINCT headlines"), __("May produce duplicate entries")),
|
||||
Prefs::DEBUG_HEADLINE_IDS => array(__("Show article and feed IDs"), __("In the headlines buffer")),
|
||||
Prefs::DISABLE_CONDITIONAL_COUNTERS => array(__("Disable conditional counter updates"), __("May increase server load")),
|
||||
Prefs::CDM_ENABLE_GRID => array(__("Show as grid"), __("On wider screens, if always expanded")),
|
||||
];
|
||||
|
||||
// hidden in the main prefs UI (use to hide things that have description set above)
|
||||
|
||||
Reference in New Issue
Block a user