Is it possible to remove the title text in smart/web client completely except for my own servoy.branding.windowtitle? The closest I could get is to put “” into the titleText field for the solution and for every form.
However, when I do this, during solution load and when security.logout() is called the title text flashes “Servoy Client - ” before going to “MyBranding”. I thought maybe this had something to do with my solution titleText, so I entered something there. Now, during solution load and security.logout() the title text displays “Servoy Client - My Solution” and then “My Solution - MyBranding”. Is this a bug or is it working as intended? And if it is working as intended, why not have the options for DEFAULT and -none-?