ArcherGu / fast-vite-nestjs-electron

Vite + Vue + Electron + Nestjs with esbuild, crazy fast! ⚡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Devtools is not working on Windows

pnhuyduy opened this issue · comments

Devtools is not opening. I have to toggle manually through menu bars.
image

Some third-party libraries may cause this problem, but it is not broken, but the loading process is somewhat hindered.

You can try:

  win.on("ready-to-show", () => {
    win.webContents.openDevTools();
  })

Thanks!