GooBox/goobox-community-gui

Chrome Dev Console is visible by default

Closed this issue · 4 comments

Today I launched the GUI for first time ever and I got dialogs appear with the Chrome Dev Console on by default. This is valid for both the Installer and the Tray Popup. See the attached screenshots.

I could easily close the dev console by clicking on the X button, but it's quite confusing to have it.

goobox-installer-dev-console

goobox-tray-popup-dev-console

Yeah this is just for debugging purposes for now, it should definitely not come like that as default in the main releases. We should remove it (or make it optional like a setting) once we have a stable version that is ready for release.

Perhaps, have a command line option like -devconsole.

good idea^

FYI: NODE_ENV=production disables the dev tools.