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,7 +124,7 @@ const createTray = function () {
}, },
{ {
label: 'Reload', label: 'Reload',
click(item, focusedWindow) { click() {
remote.getCurrentWindow().reload(); remote.getCurrentWindow().reload();
window.tray.destroy(); window.tray.destroy();
} }