AlexTorresDev / custom-electron-titlebar

Custom electon title bar inpire on VS Code title bar
MIT License
862 stars 140 forks source link

[Bug] Linux titlebar is broken? #240

Open HazelNutHoney opened 11 months ago

HazelNutHoney commented 11 months ago

I was trying to use the package on Linux Debian 11 and it keeps crashing devtools and it just generally isn't working on it. image The error in the terminal Error sending from webFrameMain: Error: Render frame was disposed before WebFrameMain could be accessed at WebFrameMain.send (node:electron/js2c/browser_init:2:94495) at WebContents.send (node:electron/js2c/browser_init:2:79721) at BrowserWindow.<anonymous> (/home/hazelnut/Web Browser/node_modules/custom-electron-titlebar/main/attach-titlebar-to-window.js:23:31) at BrowserWindow.emit (node:events:525:35)

hbole commented 11 months ago

I am also similar issue on Windows11 Got any fix for this?