Closed Adrian-Samoticha closed 1 year ago
NSWindow has a property called subtitle. Changing it allows the application window to display a subtitle like so:
NSWindow
subtitle
... or when a toolbar is added and its style set to unified:
unified
NSWindow
has a property calledsubtitle
. Changing it allows the application window to display a subtitle like so:... or when a toolbar is added and its style set to
unified
: