sindresorhus / Settings

⚙ Add a settings window to your macOS app in minutes
MIT License
1.43k stars 100 forks source link

Improve macOS 11 compatibility #58

Closed sindresorhus closed 3 years ago

sindresorhus commented 4 years ago

Fixes #57


This cannot be released until Xcode 12 final is out, but if you really need this now, you can use the Git commit in the Xcode's Swift Package Manager tab.

TODO:

urtti commented 4 years ago

Thanks for working on this, currently the toolbarItems style cuts a bit of the text in Big Sur. I suppose you are aware.

image

To be more specific, I see this with version 1.0.1.

sindresorhus commented 4 years ago

This is what I see on beta 5 with this PR (ignore the missing icons):

Screenshot 2020-08-25 at 02 34 43
urtti commented 4 years ago

This is what I see on beta 5 with this PR (ignore the missing icons):

Screenshot 2020-08-25 at 02 34 43

Yep, that looks better. Without the PR it tries to show it inline with the window controls on the left, resulting in a funky look.

image