mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 04:19:16 +00:00
disable labels by default
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
define(ENABLE_PREFS_CATCHUP_UNCATCHUP, false);
|
||||
// enable "Mark as read/unread" buttons in preferences dialog
|
||||
|
||||
define(ENABLE_LABELS, true);
|
||||
define(ENABLE_LABELS, false);
|
||||
// experimental support for virtual feeds or labels based on user
|
||||
// crafted SQL queries. This feature is highly experimental and
|
||||
// at this point not user friendly. Use with caution.
|
||||
|
||||
Reference in New Issue
Block a user