mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-10-31 12:03:39 +00:00 
			
		
		
		
	Lint error fixed #110 [WIP]
This commit is contained in:
		| @@ -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' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user