mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-17 05:43:36 +00:00
fix: render RDP sessions at native pixel density (#1059)
This commit is contained in:
@@ -102,7 +102,7 @@ const clientOptions = {
|
||||
},
|
||||
},
|
||||
allowedUnencryptedConnectionSettings: {
|
||||
rdp: ["width", "height"],
|
||||
rdp: ["width", "height", "dpi"],
|
||||
vnc: ["width", "height"],
|
||||
telnet: ["width", "height"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user