You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<inputtype="radio"name="webcamCompatibleModeGroup"value="auto"data-bind="checked: settingsViewModel.settings.plugins.thespaghettidetective.video_streaming_compatible_mode"> Automatic (default). TSD will automatically switch to Compatible Mode if necessary. Select this option if you are not sure.
72
+
<inputtype="radio"name="webcamCompatibleModeGroup"value="auto"data-bind="checked: settingsViewModel.settings.plugins.thespaghettidetective.video_streaming_compatible_mode"> Automatic (default). TSD will automatically switch to Compatibility Mode if necessary. Select this option if you are not sure.
73
73
</label>
74
74
<labelclass="radio">
75
-
<inputtype="radio"name="webcamCompatibleModeGroup"value="always"data-bind="checked: settingsViewModel.settings.plugins.thespaghettidetective.video_streaming_compatible_mode"> Always stream in Compatible Mode
75
+
<inputtype="radio"name="webcamCompatibleModeGroup"value="always"data-bind="checked: settingsViewModel.settings.plugins.thespaghettidetective.video_streaming_compatible_mode"> Always stream in Compatibility Mode
76
76
</label>
77
77
<labelclass="radio">
78
-
<inputtype="radio"name="webcamCompatibleModeGroup"value="never"data-bind="checked: settingsViewModel.settings.plugins.thespaghettidetective.video_streaming_compatible_mode"> Never stream in Compatible Mode
78
+
<inputtype="radio"name="webcamCompatibleModeGroup"value="never"data-bind="checked: settingsViewModel.settings.plugins.thespaghettidetective.video_streaming_compatible_mode"> Never stream in Compatibility Mode
0 commit comments