mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-03 21:43:18 +00:00 
			
		
		
		
	shortcut: Rename Zoom In keyboard shortcut.
This commit is contained in:
		@@ -54,7 +54,7 @@ class AppMenu {
 | 
			
		||||
			role: 'togglefullscreen'
 | 
			
		||||
		}, {
 | 
			
		||||
			label: 'Zoom In',
 | 
			
		||||
			accelerator: 'CommandOrControl+=',
 | 
			
		||||
			accelerator: 'CommandOrControl+Plus',
 | 
			
		||||
			click(item, focusedWindow) {
 | 
			
		||||
				if (focusedWindow) {
 | 
			
		||||
					AppMenu.sendAction('zoomIn');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user