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