1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-25 23:21:41 +03:00

Added new resolutions for screens to RDP client

This commit is contained in:
Adolfo Gómez García 2021-02-25 10:38:35 +01:00
parent d7a8a441ad
commit 6b131681cd

View File

@ -107,6 +107,14 @@ class BaseRDPTransport(transports.Transport):
{'id': '1024x768', 'text': '1024x768'},
{'id': '1366x768', 'text': '1366x768'},
{'id': '1920x1080', 'text': '1920x1080'},
{'id': '2304x1440', 'text': '2304x1440'},
{'id': '2560x1440', 'text': '2560x1440'},
{'id': '2560x1600', 'text': '2560x1600'},
{'id': '2880x1800', 'text': '2880x1800'},
{'id': '3072x1920', 'text': '3072x1920'},
{'id': '3840x2160', 'text': '3840x2160'},
{'id': '4096x2304', 'text': '4096x2304'},
{'id': '5120x2880', 'text': '5120x2880'},
{'id': '-1x-1', 'text': 'Full screen'},
],
tab=gui.DISPLAY_TAB