Hi, since version of tooltip for Joomla 4, this plugin does not work anymore in backend (of course enabling it through the option in system plugin). I have verified that hacking the libraries/regularlabs/src/SystemPlugin.php at about line 525 where there is
if ( ! $this->_enable_in_admin && $is_admin)
is the issue, since $this->_enable_in_admin is always false.
Could you please check it?
thanks a lot