mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-05 14:35:18 +00:00
Lint error fixed #110 [WIP]
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user