diff --git a/web/components/config/cpu-usage.tsx b/web/components/config/cpu-usage.tsx index 9d46c8b28..b75aa8bc4 100644 --- a/web/components/config/cpu-usage.tsx +++ b/web/components/config/cpu-usage.tsx @@ -49,8 +49,8 @@ export default function CPUUsageSelector({ defaultValue, disabled, onChange }: P return 'CPU usage selection is disabled when Video Passthrough is enabled.'; } - return TOOLTIPS[selectedOption] - } + return TOOLTIPS[selectedOption]; + }; return (
- Resizing your content will take additional resources on your server. If you wish to - optionally resize your content for this stream output then you should either set the - width or the height to keep your aspect ratio.{' '} - Read more about resolutions. + Resizing your content will take additional resources on your server. If you wish + to optionally resize your content for this stream output then you should either + set the width or the height to keep your aspect ratio.{' '} + + Read more about resolutions. +
-
Enabling video passthrough may allow for less hardware utilization, but may also make your stream unplayable.
-All other settings for this stream output will be disabled if passthrough is used.
-Read the documentation before enabling, as it impacts your stream.
++ Enabling video passthrough may allow for less hardware utilization, but may also + make your stream unplayable. +
++ All other settings for this stream output will be disabled if passthrough is + used. +
++ + Read the documentation before enabling, as it impacts your stream. + +