Closed john8329 closed 2 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.
remote
@electron/remote
titlebar.ts:15
It'd be nice to move it to the relative module. Thanks
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 intitlebar.ts:15
.It'd be nice to move it to the relative module. Thanks