mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-06 06:53:18 +00:00
Lint error fixed #110 [WIP]
This commit is contained in:
@@ -124,7 +124,7 @@ const createTray = function () {
|
||||
},
|
||||
{
|
||||
label: 'Reload',
|
||||
click(item, focusedWindow) {
|
||||
click() {
|
||||
remote.getCurrentWindow().reload();
|
||||
window.tray.destroy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user