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

[0.13.4] how could I change the icon of the devtools? #4707

Closed
lin-chao opened this issue Apr 12, 2016 · 1 comment
Closed

[0.13.4] how could I change the icon of the devtools? #4707

lin-chao opened this issue Apr 12, 2016 · 1 comment
Milestone

Comments

@lin-chao
Copy link

version: 0.13.4
os: win

package.json set the icon like this:

{
  "main": "index.html",
  "name": "demo",
  "window": {
    "icon": "icon.png",
    "width": 799,
    "height": 799
  }
}

then open nw

the main window's icon is icon.png,but if i open the devtools, find its icon still was nwjs'icon.

image

image

So I wonder if there's any way to accomplish this? Every response will be appreciated, thank you.

@rogerwang rogerwang added this to the 0.13.x milestone Apr 13, 2016
@rogerwang
Copy link
Member

Will fix this with using the same icon.

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

No branches or pull requests

2 participants