prefs: show root of filter tree as enabled so it's not grayed out

master
Andrew Dolgov 4 years ago
parent c352e872e9
commit 2996a3942f

@ -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"];

Loading…
Cancel
Save