Skip to content

Commit

Permalink
#4005 v5 servers still check for this feature
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Sep 17, 2023
1 parent 54d9c76 commit fdff997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpra/client/gui/ui_client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ def make_hello(self):
except (ImportError, RuntimeError):
log("skipped server uuid lookup", exc_info=True)
for x in (#generic feature flags:
"xdg-menu-update",
"setting-change", "mouse",
):
caps[x] = True
Expand Down

0 comments on commit fdff997

Please # to comment.