Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 903 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 903 Bytes

BrowserWindowStyles

This demo program is intended to explore possible solutions for the following electron feature request: electron/electron#6823

The end goal is to eliminate the wasted space in the standard Windows titlebar. The proposed solution would make additional options available when creating the BrowserWindow electron object which allow the user to have a frameless window with the minimize, maximize, and close buttons. They should be toggle the menu (not currently available with frameless), which would also share this same non-client area. This feature would then be used to solve the following issue: brave/browser-laptop#3036

Giving credit where it's due

In the code, I've tried to attribute the sources where applicable. Sources that were invaluable: