alexmercerind / flutter_acrylic

Flutter library for window acrylic, mica & transparency effects.
MIT License
595 stars 53 forks source link

Allow displaying subtitles on macOS windows. #47

Closed Adrian-Samoticha closed 1 year ago

Adrian-Samoticha commented 1 year ago

NSWindow has a property called subtitle. Changing it allows the application window to display a subtitle like so:

image

... or when a toolbar is added and its style set to unified:

image