Skip to content

dd_lightbar_menu: str_is_utf8() seems to return true sometimes when a string doesn't have UTF-8, so that is now commented out for now

dd_lightbar_menu: str_is_utf8() seems to return true sometimes when a string doesn't have UTF-8, so that is now commented out for now Having that appear true when it actually doesn't have UTF-8 characters is causing the lightbar menu to not display the whole menu item in some cases (perhaps due to the DDLightbarMenu logic).

Merge request reports