I have upgrade to joomla4 but still using the Squeezebox functionality by adding the j3 files for squeeze box.
popups are working fine but whatever message i have added in
$this->setMessage(Text::_('COM_COMPONENT_ITEM_SAVE_FAILED'), 'warning');
and
$app->enqueueMessage($msg, 'warning');
is not showing in the popups .
Does any one have any idea regarding this / or to show messages in the squeezebox popups.