connors / photon

The fastest way to build beautiful Electron apps using simple HTML and CSS
photonkit.com
MIT License
10.01k stars 580 forks source link

Remove title bar on linux #58

Closed gsouf closed 8 years ago

gsouf commented 8 years ago

Default title bar were not removed in linux.

Option title-bar-style only works with OSX: https://github.com/atom/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions

PS: I edited app.js in /dist, didnt find a source file for it.

connors commented 8 years ago

I'll rely on people referencing the electron docs for frameless apps