Skip to content

Commit

Permalink
Add Toggle Developer Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtus7 committed Jul 19, 2023
1 parent 4864d13 commit 7e5dcd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions desktop/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ const mainWindow = () => {
submenu: [
{id: 'reload', role: 'reload'},
{id: 'forceReload', role: 'forceReload'},
{id: 'toggleDevTools', role: 'toggleDevTools'},
{type: 'separator'},
{id: 'resetZoom', role: 'resetZoom'},
{id: 'zoomIn', role: 'zoomIn'},
Expand Down
1 change: 1 addition & 0 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,7 @@ export default {
about: 'About New Expensify',
update: 'Update New Expensify',
checkForUpdates: 'Check for updates',
toggleDevTools: 'Toggle Developer Tools',
viewShortcuts: 'View keyboard shortcuts',
services: 'Services',
hide: 'Hide New Expensify',
Expand Down
1 change: 1 addition & 0 deletions src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,7 @@ export default {
about: 'Sobre Nuevo Expensify',
update: 'Actualizar Nuevo Expensify',
checkForUpdates: 'Buscar actualizaciones',
toggleDevTools: 'Ver herramientas de desarrollo',
viewShortcuts: 'Ver atajos de teclado',
services: 'Servicios',
hide: 'Ocultar Nuevo Expensify',
Expand Down

0 comments on commit 7e5dcd3

Please sign in to comment.