1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 01:18:39 +03:00
This commit is contained in:
Eugene Pankov 2021-10-28 09:55:20 +02:00
parent 25cdf6d6bf
commit a2de29e5ac
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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))