Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Oct 28, 2021
1 parent 25cdf6d commit a2de29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export class Application {
]

if (process.env.TABBY_DEV) {
template[2].submenu.unshift({ role: 'reload' })
template[2].submenu['unshift']({ role: 'reload' })
}

Menu.setApplicationMenu(Menu.buildFromTemplate(template))
Expand Down

0 comments on commit a2de29e

Please sign in to comment.