Javascript – Is it possible to add an eventListener to a custom title bar in a frameless window?
Added a custom title bar to a frameless window in order to make the window draggable. The title bar shows, but eventListener won't fire: main.js: const createWindow = () => { const win = new BrowserWindow({ width: 800, height: 600,…