We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NWJS Version : 0.43.3 Operating System : macos 10.14.6
Setting "show_in_taskbar": false in the package.json file should stop the Dock icon from appearing.
"show_in_taskbar": false
package.json
Nothing changes. The icon still appears.
"show_in_taskbar": false,
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
nw2: fix showInTaskbar on MacOS
57b04f7
Part of the fix for nwjs/nw.js#7296 and nwjs/nw.js#6956
948eca5
This is fixed in git and will be available in the next nightly build.
rogerwang
No branches or pull requests
NWJS Version : 0.43.3
Operating System : macos 10.14.6
Expected behavior
Setting
"show_in_taskbar": false
in thepackage.json
file should stop the Dock icon from appearing.Actual behavior
Nothing changes. The icon still appears.
How to reproduce
"show_in_taskbar": false,
in the package.json file.BTW: win.setShowInTaskbar(false) crashes the program every time.
The text was updated successfully, but these errors were encountered: