mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Fix Clarity Boost mode detection
This commit is contained in:
parent
2a71e17d2d
commit
f74de11e10
@ -2945,7 +2945,8 @@ function injectStreamMenuButtons() {
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|
||||||
if ($STREAM_VIDEO.msVideoProcessing) {
|
const msVideoProcessing = $STREAM_VIDEO.msVideoProcessing;
|
||||||
|
if (msVideoProcessing && msVideoProcessing !== 'default') {
|
||||||
alert('This feature doesn\'t work when the Clarity Boost mode is ON');
|
alert('This feature doesn\'t work when the Clarity Boost mode is ON');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user