We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79dd10b commit 1d8e05dCopy full SHA for 1d8e05d
src/index.js
@@ -201,4 +201,4 @@ function calculateWindowPosition() {
201
return { x: x, y: y };
202
}
203
204
-module.exports = { setOptions, setTray, setWindow, setWindowSize };
+module.exports = { setOptions, setTray, setWindow, setWindowSize, showWindow };
0 commit comments