From 1378ff914aab1b382fb2ddd6471d4d33200bbd07 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 13 Dec 2023 09:51:00 +0700 Subject: [PATCH] #263 v5 servers need this flag --- html5/js/Client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html5/js/Client.js b/html5/js/Client.js index 4f7f07f1..97e02e10 100644 --- a/html5/js/Client.js +++ b/html5/js/Client.js @@ -1501,6 +1501,7 @@ class XpraClient { "mouse.show": true, "vrefresh": this.vrefresh, "file-chunks": FILE_CHUNKS_SIZE, + "xdg-menu-update" : true, }); this._update_capabilities(this._get_network_caps()); if (this.encryption) {