jbreckmckye/electron-auth0-login

Feature Request: Config access to BrowserWindow object

malammar opened this issue · 3 comments

Our application has a certain style and UX standards that we need to follow. The login window that this package has a hard-coded configuration that doesn't allow us to hide the titlebar, chrome, or specify the size.

Ideally, we'd like access to a subset of the BrowserWindow parameters and have those passed down through the standard config object in a property called "browserWindowConfig".

That would definitely be possible. I could also expose the browserWindow itself?

I'm a bit busy today but might have time later in the week. Alternatively I'm happy to accept a PR? The class itself is fairly short.

@malammar Would this PR work for you? #12

#12 is merged now.