-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Setting window fails to appear front #383
Conversation
Is it fixed in macOS 13.0? It seems only affect macOS 14.0+. |
Yes, I thought it only affects on macOS 14.0+ using I think |
I do not use macOS 13 currently. Any other one can help? |
I can setup a virtual machine later I'll check the release mode only since it's too complicated to set up Xcode from gound up. |
The issue still exists on macOS 13 I tested it on a macOS 13.6 VM macOS.13.6.movThe workaround is working on a macOS 14.4 beta 1 VM, I can see there's a workaround going, but it's pretty stable. macOS.14.4.beta.1.mov |
I just push a new commit to apply Could u give it a try? |
Yep! Now it works on 13.6 |
Much appreciated! |
I tested this code, it works. So, is this a bug in the use of SettingsLink in SwiftUI? 🤔 |
It can be said that Apple does not provide extra interfaces for |
Oh, I see. |
#382
Introduce one new package: https://github.com/orchetect/SettingsAccess
This workaround does nothing if running from Xcode, but running as a standalone app it will work according to doc.
But it seems to work well both from Xcode build or archive based on my test.