Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHide icon of modal dialog on Windows #22105
Comments
Hi, I'd like to work on this, I would like to have more information about how to start on it. |
@julienpan Hi, start off by compiling your own build of Electron as described here. |
@lutzroeder @MarshallOfSound What is the proposed solution? There a few I had in mind.
|
The first two options would change the behavior in existing apps. Maybe setting See also https://stackoverflow.com/questions/53880863/electron-cant-hide-program-icon-in-browserwindow |
And after the check in JS make a callback to c++ -> platform specific implementations |
Did this ever get resolved, or is this still an issue that someone can work on? If no one is working on it right now, I'd like to work on it. Are you still working on it? @julienpan |
Hi ! I can also help if @julienpan or @elizaho didnt start to fix this issue. Give news if you can please ! |
I would be interested in helping if this hasn't been resolved yet. However, I am a first-timer and I dont really know exactly how to go about this. |
inspect it |
hey i am new to github and i want to make some early contributions , i think i can work on it and i would like to get some instructions on how to get started. |
Hello i think the best way is hiding browser frames... |
The goal is not to find a workaround but fix the underlying issue in Electron. This probably requires understanding how Electron creates the native |
Is there a way to hide the icon of a
BrowserWindow
on Windows?Expected:

Actual:

Repro:
electron-22105.zip