Disable Dev Tools in production releases

`--enable-dev-tools` will bring it back.
This commit is contained in:
Fedor Indutny 2021-03-03 11:13:35 -08:00 committed by Josh Perez
parent 18fb2b806e
commit 1934120e46
3 changed files with 28 additions and 7 deletions

View file

@ -50,6 +50,7 @@ describe('SignalMenu', () => {
};
const options = {
isBeta: false,
devTools: true,
openContactUs: null,
openForums: null,
openJoinTheBeta: null,