You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it looks like the application display name is used only for this feature:
For compatibility reasons, the app name is added to the caption only if setApplicationDisplayName() was called -- or if the caption would be completely empty.
This is good. In that case, just set the main window title and don't set the application display name.
Edit: there is a flag in the original code submission:
WA_NoApplicationNameInWindowTitle
But it looks like that flag may have not been included in the ultimately-merged change. It's worth trying first though.
From PR #6322:
The text was updated successfully, but these errors were encountered: