mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
* refactor: prevent consistent early exception * Use _linkedBinding where possible * Remove dead electronBinding
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
const { Tray } = process._linkedBinding('electron_browser_tray');
|
|
|
|
export default Tray;
|