Skip to content

Commit

Permalink
Add back 'setting-change' capability for compability with v5 servers (#…
Browse files Browse the repository at this point in the history
…263).

Was removed in a6a8f59.
  • Loading branch information
cpatulea committed Dec 30, 2023
1 parent f511841 commit 3e03126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,7 @@ 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());
Expand Down

0 comments on commit 3e03126

Please sign in to comment.