Skip to content

Commit a8817ef

Browse files
save file
1 parent 7479a60 commit a8817ef

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const addon = require('./build/Release/always-on-top.node');
2+
3+
console.log("Setting active window always on top");
4+
addon.setAlwaysOnTop();
5+
6+
7+
8+

0 commit comments

Comments
 (0)