fix: render RDP sessions at native pixel density (#1059)

This commit is contained in:
ZacharyZcR
2026-07-16 11:52:37 +08:00
committed by GitHub
parent 84d4e9522a
commit 39d40db8c6
5 changed files with 123 additions and 16 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ const clientOptions = {
},
},
allowedUnencryptedConnectionSettings: {
rdp: ["width", "height"],
rdp: ["width", "height", "dpi"],
vnc: ["width", "height"],
telnet: ["width", "height"],
},