We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908989a commit cc30225Copy full SHA for cc30225
html5/index.html
@@ -668,7 +668,7 @@ <h2>Xpra Bug Report</h2>
668
const exit_with_children = getboolparam("exit_with_children", false);
669
const exit_with_client = getboolparam("exit_with_client", false);
670
const sharing = getboolparam("sharing", false);
671
- const video = getboolparam("video", Utilities.is_64bit());
+ const video = getboolparam("video", true);
672
const mediasource_video = getboolparam("mediasource_video", false);
673
const remote_logging = getboolparam("remote_logging", true);
674
const insecure = getboolparam("insecure", false);
0 commit comments