mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-03 21:43:18 +00:00 
			
		
		
		
	Decode server name in Window menu.
This commit is contained in:
		@@ -347,7 +347,7 @@ class ServerManagerView {
 | 
			
		||||
		this.tabs.push(new ServerTab({
 | 
			
		||||
			role: 'server',
 | 
			
		||||
			icon: server.icon,
 | 
			
		||||
			name: server.alias,
 | 
			
		||||
			name: CommonUtil.decodeString(server.alias),
 | 
			
		||||
			$root: this.$tabsContainer,
 | 
			
		||||
			onClick: this.activateLastTab.bind(this, index),
 | 
			
		||||
			index,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user