mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 13:48:27 +02:00
Show a warning when the Clarity Boost mode is ON
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user