mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47: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.stopPropagation();
|
||||
|
||||
if ($STREAM_VIDEO.msVideoProcessing) {
|
||||
alert('This feature doesn\'t work when the Clarity Boost mode is ON');
|
||||
return;
|
||||
}
|
||||
|
||||
// Close HUD
|
||||
$btnCloseHud.click();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user