mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-03 21:43:18 +00:00 
			
		
		
		
	menu: Improve help menu.
This commit is contained in:
		@@ -116,12 +116,12 @@ class AppMenu {
 | 
			
		||||
 | 
			
		||||
	getHelpSubmenu() {
 | 
			
		||||
		return [{
 | 
			
		||||
			label: `${appName} Website`,
 | 
			
		||||
			label: `${appName} Help`,
 | 
			
		||||
			click() {
 | 
			
		||||
				shell.openExternal('https://zulipchat.com/help/');
 | 
			
		||||
			}
 | 
			
		||||
		}, {
 | 
			
		||||
			label: `${appName + ' Desktop'} - ${app.getVersion()}`,
 | 
			
		||||
			label: `${appName + ' Desktop-'} v${app.getVersion()}`,
 | 
			
		||||
			enabled: false
 | 
			
		||||
		}, {
 | 
			
		||||
			label: 'Report an Issue...',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user