Hiding Application Name over Toolbar?

I have a toolbar (NSToolbar) through a window controller (NSWindowController). I don't know which Xcode version does it, but the toolbar shows the name of the application next to the three window buttons. Can we hide the name? Old desktop applications that I developed several years ago don't show the name. I hope I can hide it.

Muchos thankos.

Answered by Claude31 in 697176022

Did you check in the Attributes Inspector if you have a title or not for the window ?

If so, remove it (and hit Return)

Accepted Answer

Did you check in the Attributes Inspector if you have a title or not for the window ?

If so, remove it (and hit Return)

Hiding Application Name over Toolbar?
 
 
Q