appinteractive/electron-vite-tailwind-starter

Window Name

Closed this issue · 1 comments

What was the purpose of the windowName variable passed to your create-window helper? It doesn't appear to be used. You're passing the window name to the function when calling it from the main process.

hey @jdfwarrior the name of the window is used for referencing between windows or threads in Electron as far as I can recall. So I pass that through to the api method in Electron.

Does that help?