alexmercerind / flutter_acrylic

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

hideTitle takes no effect #74

Closed lucasjinreal closed 1 year ago

lucasjinreal commented 1 year ago
image
Adrian-Samoticha commented 1 year ago

hideTitle is a macOS-only method. If you’d like to hide the entire title bar, you might be interested in window_plus.

lucasjinreal commented 1 year ago

@Adrian-Samoticha hello, I am confused, I just follow the demo code, it looks demo code can hide the bar.

I have another app which using actually same setups, it can hide the title, but this one can not,,, very confused.

Adrian-Samoticha commented 1 year ago

You’re running the app on Windows, but hideTitle simply isn’t supported there. If you need to hide the title on Windows, you’ll need a different package.