1

In Electron, there is an option to make a window's titleBarStyle hiddenInset. (https://electronjs.org/docs/api/frameless-window) Is there a native option to do this?

Chrome also does this,

jscs
  • 63,694
  • 13
  • 151
  • 195
James Doe
  • 21
  • 5

1 Answers1

1

I found the answer: - Add a toolbar to the window - Set the title to invisible and transparent - Remove the separator from the toolbar - Remove any default buttons from the toolbar - Disable toolbar customization

James Doe
  • 21
  • 5