nw.js
nw.js copied to clipboard
After opening DevTools, show_in_taskbar seems to be the default
Sorry to bother you.
I set show_in_taskbar to false when initializing Windows, but when I open DevTools, left or right clicking show_in_taskbar seems to be true.
Forgive my Chinglish
Code:
nw.Window.open('view/bottom/index.html', { width: 540, height: 347, show: false, frame: false, resizable: false }, function (win) { win.setShowInTaskbar(false) win.setAlwaysOnTop(true) win.moveTo(_screen.availWidth - win.width, _screen.availHeight - win.height) })
Vm OS: Windows 2008 x86 or Windows 2012 server
Version: 0.14.7-SDK
@rogerwang After opening devtool, the tray crashes when you right-click in devtool