Skip to content

After opening DevTools, show_in_taskbar seems to be the default #7960

Open
@Chia-L

Description

@Chia-L

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions