zeroalphagit
zeroalphagit
> I was having this same issue connecting from Mac (MacOS 12.5) to either a Windows or Linux box. I was able to fix it, though, by providing Input Monitoring...
> This is intended behaviour and implements the security hardening in tniymce > > https://youtu.be/OGZ06TCdJHc?si=Z0sSHlVaV-OP0wRi&t=64 This doesn't work for me either. **Joomla 5.1.0** I understand this is done for security...
> >Workaround: > Install TinyMCE Configuration Modifier plugin https://github.com/nikosdion/plg_system_tinymod **Confirm this works great on Joomla 5.1.1** Just a tip to install this plugin you have to download the .zip file...
My initial proposal is just 2 lines of code I was hoping you could commit to toast.py ``` self.__text_label.setTextInteractionFlags(Qt.TextInteractionFlag.TextBrowserInteraction) self.__text_label.setOpenExternalLinks(True) ``` No need to create that huge class you suggest.