Skip to content

Commit

Permalink
Safari does not support offscreen rendering
Browse files Browse the repository at this point in the history
so don't say that it does
  • Loading branch information
totaam committed Nov 27, 2023
1 parent 60cd4d0 commit 0fefac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5/js/OffscreenDecodeWorkerHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const XpraOffscreenWorker = {
}
console.warn(
"Offscreen decoding is not available. Please consider using " +
"Google Chrome, Firefox >= 108 or Safari >= 16.4 for better performance."
"Google Chrome, Firefox >= 108 for better performance."
);
return false;
},
Expand Down

0 comments on commit 0fefac2

Please sign in to comment.