mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Show a warning when the Clarity Boost mode is ON
This commit is contained in:
parent
26498efa7c
commit
9692286f1e
@ -2943,6 +2943,11 @@ function injectStreamMenuButtons() {
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|
||||||
|
if ($STREAM_VIDEO.msVideoProcessing) {
|
||||||
|
alert('This feature doesn\'t work when the Clarity Boost mode is ON');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// Close HUD
|
// Close HUD
|
||||||
$btnCloseHud.click();
|
$btnCloseHud.click();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user