Fix hidden Dev Tools menu item in development runs

This commit is contained in:
Fedor Indutny 2021-03-08 14:44:50 -08:00 committed by Josh Perez
parent 729d808f62
commit cee8207e72
1 changed files with 1 additions and 1 deletions

View File

@ -1170,13 +1170,13 @@ function setupMenu(options) {
...options,
development,
isBeta: isBeta(app.getVersion()),
devTools: defaultWebPrefs.devTools,
showDebugLog: showDebugLogWindow,
showKeyboardShortcuts,
showWindow,
showAbout,
showSettings: showSettingsWindow,
showStickerCreator,
showDevTools: defaultWebPrefs.devTools,
openContactUs,
openJoinTheBeta,
openReleaseNotes,