Skip to content

Simple NodeJS wrapper for managing Windows tray popup state.

Notifications You must be signed in to change notification settings

martynaskre/tray-window-state-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple NodeJS wrapper for managing Windows tray popup state.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published