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
first of all I will thank you for your window wrapper.
This is amazing... even I just started using it and learning your basics.
I have two questions.
Do you still develope this package, or did you just leave it be?
And for my second question, my DevTools aren't working in a separate window.
How I can do that? In your description it says something like this: "win.toggleDevTools( detached )"
But if I use this, my DevTools window is still attached in my main window.
Could someone please help me?
Thanks in advanced.
// Creating main window
win = windowManager.open('main', false, indexHTMLFile, 'template_main')
// Opens DevTools
if (dev) {
win.toggleDevTools(true)
}
The text was updated successfully, but these errors were encountered:
Hi,
first of all I will thank you for your window wrapper.
This is amazing... even I just started using it and learning your basics.
I have two questions.
Do you still develope this package, or did you just leave it be?
And for my second question, my DevTools aren't working in a separate window.
How I can do that? In your description it says something like this: "win.toggleDevTools( detached )"
But if I use this, my DevTools window is still attached in my main window.
Could someone please help me?
Thanks in advanced.
The text was updated successfully, but these errors were encountered: