forked from shaba/openuds
Added new resolutions for RDP display
This commit is contained in:
parent
9568a9b180
commit
6a209c0836
@ -179,6 +179,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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user