mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-04 05:53:21 +00:00 
			
		
		
		
	Support switching Settings view from different action buttons.
This commit is contained in:
		@@ -143,7 +143,7 @@ const darwinTpl = [
 | 
			
		||||
				type: 'separator'
 | 
			
		||||
			},
 | 
			
		||||
			{
 | 
			
		||||
				label: 'Manage Zulip Servers',
 | 
			
		||||
				label: 'Settings',
 | 
			
		||||
				accelerator: 'Cmd+,',
 | 
			
		||||
				click(item, focusedWindow) {
 | 
			
		||||
					if (focusedWindow) {
 | 
			
		||||
@@ -280,7 +280,7 @@ const otherTpl = [
 | 
			
		||||
				type: 'separator'
 | 
			
		||||
			},
 | 
			
		||||
			{
 | 
			
		||||
				label: 'Manage Zulip Servers',
 | 
			
		||||
				label: 'Settings',
 | 
			
		||||
				accelerator: 'Ctrl+,',
 | 
			
		||||
				click(item, focusedWindow) {
 | 
			
		||||
					if (focusedWindow) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user