-
Notifications
You must be signed in to change notification settings - Fork 17k
Closed
Closed
Copy link
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for an issue that matches the one I want to file, without success.
Issue Details
- Electron Version: 8.0.0-beta2
- Operating System: Linux, Windows (have not tested on macOS)
- Last Known Working Electron version: 7.1.1
Expected Behavior
Tray icon with the specified image created.
Actual Behavior
Unhandled error processing argument at index 0, conversion failure error error is occurring. No tray icon created.
To Reproduce
Screenshots
Tray icon with the specified image created if used v7.1.1 and below:
Additional Information
If used 8.0.0-beta2 there is no error if I construct the tray using the native image module like new Tray(nativeImage.createFromPath("image path")) but there is no visible tray icon either, but works for v7.1.1 and below.
Reactions are currently unavailable


