UNPKG

electron-tray2

Version:

Very simple package to add tray icon behaviour to an electron app

12 lines (11 loc) 262 B
declare class TrayControl { private app; private appIcon; private contextMenu; constructor(app: any, iconPath: string, menu?: { label: string; accelerator: string; selector: string; }[]); } export default TrayControl;