Skip to content

Commit

Permalink
Merge pull request #276 from cpatulea/master
Browse files Browse the repository at this point in the history
Fix start menu compatibility with v5 servers
  • Loading branch information
totaam authored Dec 30, 2023
2 parents af92392 + 3e03126 commit a68dfff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,8 @@ class XpraClient {
"mouse.show": true,
"vrefresh": this.vrefresh,
"file-chunks": FILE_CHUNKS_SIZE,
"setting-change": true, // Required by v5 servers
"xdg-menu-update" : true,
});
this._update_capabilities(this._get_network_caps());
if (this.encryption) {
Expand Down

0 comments on commit a68dfff

Please sign in to comment.