nw.js icon indicating copy to clipboard operation
nw.js copied to clipboard

After opening DevTools, show_in_taskbar seems to be the default

Open Chia-L opened this issue 3 years ago • 1 comments

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

Chia-L avatar Sep 03 '22 07:09 Chia-L

@rogerwang After opening devtool, the tray crashes when you right-click in devtool

Chia-L avatar Sep 06 '22 01:09 Chia-L