Disable Dev Tools in production releases
`--enable-dev-tools` will bring it back.
This commit is contained in:
parent
18fb2b806e
commit
1934120e46
3 changed files with 28 additions and 7 deletions
|
@ -50,6 +50,7 @@ describe('SignalMenu', () => {
|
|||
};
|
||||
const options = {
|
||||
isBeta: false,
|
||||
devTools: true,
|
||||
openContactUs: null,
|
||||
openForums: null,
|
||||
openJoinTheBeta: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue