Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 451 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 451 Bytes

Tray Window State Manager

Simple NodeJS wrapper for managing Windows tray popup state.

Installation

npm install tray-window-state-manager --save

Usage

const trayManager = require('tray-window-state-manager');

trayManager.togglePopup(); // toggles tray popup state
trayManager.showPopup(); // shows tray popup
trayManager.hidePopup(); // hides tray popup

License

MIT