fix: rdp客户端拉起后窗口标题中文乱码

pull/9002/head
halo 2022-10-28 14:10:22 +08:00 committed by 老广
parent 104dd9721b
commit 50be7c6fc8
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class ConnectionTokenMixin:
filename, ssh_token = self.get_ssh_token(token)
else:
raise ValueError('Protocol not support: {}'.format(protocol))
filename = urllib.parse.unquote(filename)
return {
"filename": filename,
"protocol": protocol,