diff --git a/app/lib/app.ts b/app/lib/app.ts index 59d99175..6dc1d859 100644 --- a/app/lib/app.ts +++ b/app/lib/app.ts @@ -103,7 +103,7 @@ export class Application { { label: 'Preferences', accelerator: 'Cmd+,', - async click () { + click: async () => { if (!this.hasWindows()) { await this.newWindow() }