Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detached DevTools Window not working #75

Open
borsTiHD opened this issue Jul 23, 2019 · 0 comments
Open

Detached DevTools Window not working #75

borsTiHD opened this issue Jul 23, 2019 · 0 comments

Comments

@borsTiHD
Copy link

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.

    // Creating main window
    win = windowManager.open('main', false, indexHTMLFile, 'template_main')

    // Opens DevTools
    if (dev) {
        win.toggleDevTools(true)
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant