We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently you can only create new tray icons from JavaScript side, but can't access the ones created from rust side or from the config file
Expose functions similar to tray and tray_by_id method in the Rust side
tray
tray_by_id
No response
The text was updated successfully, but these errors were encountered:
feat(api/tray): add TrayIcon.getById/removeById
TrayIcon.getById/removeById
e117b10
closes #9135
feat(api/tray): add TrayIcon.getById/removeById (#9155)
acdd768
* feat(api/tray): add `TrayIcon.getById/removeById` closes #9135 * generate * add permissions --------- Co-authored-by: Lucas Nogueira <[email protected]>
Successfully merging a pull request may close this issue.
Describe the problem
Currently you can only create new tray icons from JavaScript side, but can't access the ones created from rust side or from the config file
Describe the solution you'd like
Expose functions similar to
tray
andtray_by_id
method in the Rust sideAlternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: