Skip to content

Commit e6ad8d0

Browse files
Cong Liurogerwang
authored andcommitted
fixed show_in_taskbar option for nw.Window.open
fixed nwjs#4970
1 parent 1a21c64 commit e6ad8d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/nw_window.idl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ namespace nw.Window {
3434
[nodoc] boolean? kiosk;
3535
[nodoc] boolean? focus;
3636
[nodoc] boolean? new_instance;
37+
[nodoc] boolean? show_in_taskbar;
3738
[nodoc] DOMString? title;
3839
[nodoc] DOMString? position;
3940
[nodoc] DOMString? icon;

0 commit comments

Comments
 (0)