Lint error fixed #110 [WIP]

This commit is contained in:
Lplenka
2017-04-02 11:06:39 +05:30
parent d5e6184e75
commit 40f81af2dd

View File

@@ -124,10 +124,10 @@ const createTray = function () {
},
{
label: 'Reload',
click(item, focusedWindow) {
remote.getCurrentWindow().reload();
window.tray.destroy();
}
click() {
remote.getCurrentWindow().reload();
window.tray.destroy();
}
},
{
type: 'separator'