Skip to content

Commit

Permalink
#171 decode worker does work with most mobile browsers
Browse files Browse the repository at this point in the history
(all except Bromite apparently)
  • Loading branch information
totaam committed May 1, 2022
1 parent 8aea0a5 commit 0f51cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
const XPRA_CLIENT_FORCE_NO_WORKER = false;
const CLIPBOARD_IMAGES = true;
const CLIPBOARD_EVENT_DELAY = 100;
const DECODE_WORKER = !Utilities.isMobile();
const DECODE_WORKER = true;
const rencode_ok = rencode && rencode_selftest();
const SHOW_START_MENU = true;

Expand Down

0 comments on commit 0f51cab

Please sign in to comment.