Skip to content

Commit d111bfa

Browse files
committed
Expose openNewWindow electron api
1 parent 374afb3 commit d111bfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/electronOnly.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const {
5757
openExternal,
5858
parseCSON,
5959
stringifyCSON,
60+
openNewWindow,
6061
openContextMenu,
6162
getPathByName,
6263
addIpcListener,
@@ -103,6 +104,7 @@ export {
103104
openExternal,
104105
parseCSON,
105106
stringifyCSON,
107+
openNewWindow,
106108
openContextMenu,
107109
getPathByName,
108110
addIpcListener,

0 commit comments

Comments
 (0)