fixed the Preferences menu item

This commit is contained in:
Eugene Pankov 2018-12-30 17:32:30 +01:00
parent d8e70f9693
commit dcd43dc019

View File

@ -103,7 +103,7 @@ export class Application {
{
label: 'Preferences',
accelerator: 'Cmd+,',
async click () {
click: async () => {
if (!this.hasWindows()) {
await this.newWindow()
}