Skip to content

Commit

Permalink
revert unwanted change from 592da90
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 18, 2021
1 parent 592da90 commit e9bcce5
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 = true;
const DECODE_WORKER = !Utilities.isMobile();
const rencode_ok = rencode && rencode_selftest();

function XpraClient(container) {
Expand Down

0 comments on commit e9bcce5

Please sign in to comment.