Today we make Electron window frameless. In this window body parts like toolbars are not present.
Frame:false
Find out the text in index.js
replace with
then run the electron app, you may have a window like this.
titleBarStyle Hidden
This is the macOS only alternative. It removes the titlebar but leaves the stop light buttons.
Post a Comment