Frameless window with controls in electron (Windows)
问题 I want my app to have no title bar but still be closeable, draggable, minimizable, maximizable and resizable like a regular window. I can do this in OS X since there is a titleBarStyle option called hidden-inset that I can use but unfortunately it's not available for Windows, which is the platform that I'm developing for. How would I go about doing something like this in Windows? Here's an example of what I'm talking about. 回答1: Assuming you don't want window chrome, you can accomplish this