Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NW2: "show_in_taskbar": false - Doesn't work Macos 10.14.6 #7296

Closed
raguay opened this issue Jan 3, 2020 · 2 comments
Closed

NW2: "show_in_taskbar": false - Doesn't work Macos 10.14.6 #7296

raguay opened this issue Jan 3, 2020 · 2 comments
Assignees
Labels

Comments

@raguay
Copy link

raguay commented Jan 3, 2020

NWJS Version : 0.43.3
Operating System : macos 10.14.6

Expected behavior

Setting "show_in_taskbar": false in the package.json file should stop the Dock icon from appearing.

Actual behavior

Nothing changes. The icon still appears.

How to reproduce

  1. Create a project with "show_in_taskbar": false, in the package.json file.
  2. Launch your project
  3. Icon shows in the Dock and window switcher.

BTW: win.setShowInTaskbar(false) crashes the program every time.

@rogerwang rogerwang added the nw2 label Jan 3, 2020
@rogerwang rogerwang self-assigned this Jan 3, 2020
@aliblackwell
Copy link

Thank you so much @rogerwang! I love your work :)

This issue is similar to #6956 and #6678 and #6859

You should be able to close all of them by fixing this. I am happy to help with testing if you need it!

rogerwang added a commit to nwjs/chromium.src that referenced this issue Jan 4, 2020
@rogerwang
Copy link
Member

This is fixed in git and will be available in the next nightly build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants