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

add Prefs::DEBUG_HEADLINE_IDS

This commit is contained in:
Andrew Dolgov
2021-02-26 12:34:50 +03:00
parent 05f690c86b
commit 9689f884ab
4 changed files with 16 additions and 6 deletions

View File

@@ -65,7 +65,10 @@ class Pref_Prefs extends Handler_Protected {
Prefs::SSL_CERT_SERIAL,
'BLOCK_SEPARATOR',
Prefs::HEADLINES_NO_DISTINCT,
]
],
__('Debugging') => [
Prefs::DEBUG_HEADLINE_IDS,
],
];
$this->pref_help_bottom = [
@@ -101,6 +104,7 @@ class Pref_Prefs extends Handler_Protected {
Prefs::USER_LANGUAGE => array(__("Language")),
Prefs::USER_CSS_THEME => array(__("Theme")),
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 headlines buffer")),
];
// hidden in the main prefs UI (use to hide things that have description set above)