You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2022. It is now read-only.
The developer tools are available within the production builds, tested with the
GitHub-released build v0.3.1-beta , as well as current master HEAD commit. This appears to
be caused by the devTools: true flag within the app options, visible in Figure 2.1.
constSECURITY_OPTIONS={
...
webPreferences : {/*** Potential security risk options set explicitly even when default is favourable.* Reference: https://electronjs.org/docs/tutorial/security*/devTools : true,
...