You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I get the application to be open by default when launched? The current behaviour is that it is hidden when launched until the tray icon is clicked.
I have tried setting the window's "show" option to true and calling the showWindow() function in app.on('ready'...
How can I get the application to be open by default when launched? The current behaviour is that it is hidden when launched until the tray icon is clicked.
I have tried setting the window's "show" option to true and calling the showWindow() function in app.on('ready'...
app.on('ready', () => { createTray(); createWindow(); showWindow(); })
The text was updated successfully, but these errors were encountered: