feat(macos): expose set_activate_ignoring_other_apps.#15223
Conversation
|
Just from a simple test, the new API works as expected. |
|
Is there an expected release version for this PR? |
idk. The pr is waiting for review and you can ask the maintainer. |
|
Hi, Severity: action required | Category: reliability How to fix: Avoid unwrap; mirror existing pattern Agent prompt to fix - you can give this to your LLM of choice:
Found by Qodo code review |
Package Changes Through b47a722There are 3 changes which include tauri-runtime-wry with minor, tauri-runtime with minor, tauri with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
The API can only be called when the app starts. It's invalid to call it at runtime. When this happens, we should fail fast. |
This PR closes issue #15017
Expose set_activate_ignoring_other_apps as an API in App.