Show a warning when the Clarity Boost mode is ON

This commit is contained in:
redphx 2023-08-26 18:14:19 +07:00
parent 26498efa7c
commit 9692286f1e

View File

@ -2943,6 +2943,11 @@ function injectStreamMenuButtons() {
e.preventDefault();
e.stopPropagation();
if ($STREAM_VIDEO.msVideoProcessing) {
alert('This feature doesn\'t work when the Clarity Boost mode is ON');
return;
}
// Close HUD
$btnCloseHud.click();