Commit 08e3be95 authored by Medicean's avatar Medicean

Merge branch 'master' into v2.1.x

parents 730b02bc 644fb473
...@@ -281,7 +281,7 @@ class Menubar { ...@@ -281,7 +281,7 @@ class Menubar {
type: 'separator' type: 'separator'
}, { }, {
label: LANG['tray']['quit'], label: LANG['tray']['quit'],
click: this.app.quit.bind(this.app) click: () => { this.app.exit(0); }
}]; }];
this this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment