AlexTorresDev / custom-electron-titlebar

Custom electon title bar inpire on VS Code title bar
MIT License
866 stars 148 forks source link

Move to @electron/remote #151

Closed john8329 closed 2 years ago

john8329 commented 3 years ago

Electron 11 now complains that the remote module will be deprecated, and it'll be moved to @electron/remote instead. This project still references it in titlebar.ts:15.

It'd be nice to move it to the relative module. Thanks