mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:05:56 +00:00
prefs: show root of filter tree as enabled so it's not grayed out
This commit is contained in:
@@ -238,6 +238,7 @@ class Pref_Filters extends Handler_Protected {
|
||||
$root = array();
|
||||
$root['id'] = 'root';
|
||||
$root['name'] = __('Filters');
|
||||
$root['enabled'] = true;
|
||||
$root['items'] = array();
|
||||
|
||||
$filter_search = $_SESSION["prefs_filter_search"];
|
||||
|
||||
Reference in New Issue
Block a user