mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-18 17:15:05 +00:00
Default/Domain/User Settings: Handle boolean value for menu_main_icons setting.
This commit is contained in:
@@ -205,6 +205,7 @@ else {
|
||||
}
|
||||
}
|
||||
else if (
|
||||
( $category == "theme" && $subcategory == "menu_main_icons" && $name == "boolean" ) ||
|
||||
( $category == "theme" && $subcategory == "menu_sub_icons" && $name == "boolean" ) ||
|
||||
( $category == "theme" && $subcategory == "menu_brand_type" && $name == "text" ) ||
|
||||
( $category == "theme" && $subcategory == "menu_style" && $name == "text" ) ||
|
||||
|
||||
Reference in New Issue
Block a user