Commit 644fb473 authored by Medicean's avatar Medicean

Fix(MenuBar): fix #308

parent e55d2cb5
......@@ -281,7 +281,7 @@ class Menubar {
type: 'separator'
}, {
label: LANG['tray']['quit'],
click: this.app.quit.bind(this.app)
click: () => { this.app.exit(0); }
}];
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