Skip to content

Commit

Permalink
offscreen option must override client default
Browse files Browse the repository at this point in the history
the client will validate it before using it anyway
  • Loading branch information
totaam committed Nov 12, 2024
1 parent b09b8bb commit e740303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ <h2>Xpra Bug Report</h2>
client.set_encoding_option(key, v);
}
}
client.offscreen_api = offscreen && client.offscreen_api;
client.offscreen_api = offscreen;

if (action && action != "connect") {
const sns = {
Expand Down

0 comments on commit e740303

Please # to comment.