Skip to content

Commit 1d8e05d

Browse files
committed
Export showWindow
1 parent 79dd10b commit 1d8e05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,4 @@ function calculateWindowPosition() {
201201
return { x: x, y: y };
202202
}
203203

204-
module.exports = { setOptions, setTray, setWindow, setWindowSize };
204+
module.exports = { setOptions, setTray, setWindow, setWindowSize, showWindow };

0 commit comments

Comments
 (0)