Treverix / custom-electron-titlebar

Custom electon title bar inpire on VS Code title bar
MIT License
35 stars 6 forks source link

long time to exit #8

Closed hohnworld closed 4 years ago

hohnworld commented 4 years ago

Great, but it's obvious that clicking close takes a long time to exit

Treverix commented 4 years ago

The titlebar immediately calls close() on the current window. when we press the close button in the upper right corner. It does not add any delay to the normal close process of electron.