Just updated a project from v 6.8.3 to v 6.10.1 and I’m having some issues finding out how to remove a “c-closetab-button”, found in the “c-headline-container”, completely rather than just hide it away with css. It didn’t used to appear before the update and it’s now basically everywhere unfortunately.
The app is currently set to:
cuba.web.defaultScreenCanBeClosed = false
cuba.web.appWindowMode=SINGLE
This close button, “c-closetab-button”, basically appeared in the top right corner of every single page in the project. I’m trying to find a way to remove it.