Decode server name in Window menu.

This commit is contained in:
ViPuL
2020-01-08 11:58:44 +05:30
committed by Akash Nimare
parent 9490265a03
commit a2a21631f2

View File

@@ -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,