Skip to content

Commit bae8b34

Browse files
committed
newer versions use prefixed caps - avoids dpi warning
1 parent 3a39304 commit bae8b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html5/js/Client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,6 +1431,7 @@ class XpraClient {
14311431
"refresh-rate": this.vrefresh,
14321432
"desktop_size": [this.desktop_width, this.desktop_height],
14331433
"desktop_mode_size": [this.desktop_width, this.desktop_height],
1434+
"screen_sizes": this._get_screen_sizes(),
14341435
}
14351436
}
14361437

0 commit comments

Comments
 (0)