mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-16 05:14:33 +00:00
fix: xrdp 设置分辨率不生效
This commit is contained in:
parent
5b239cd340
commit
1116d1d353
@ -97,10 +97,10 @@ class UserConnectionTokenViewSet(RootOrgViewMixin, SerializerMixin, GenericViewS
|
||||
options = {
|
||||
'full address:s': '',
|
||||
'username:s': '',
|
||||
'screen mode id:i': '0',
|
||||
'screen mode id:i': '1',
|
||||
# 'desktopwidth:i': '1280',
|
||||
# 'desktopheight:i': '800',
|
||||
'use multimon:i': '1',
|
||||
'use multimon:i': '0',
|
||||
'session bpp:i': '32',
|
||||
'audiomode:i': '0',
|
||||
'disable wallpaper:i': '0',
|
||||
|
Loading…
Reference in New Issue
Block a user