mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 12:56:42 +02:00
Fix Clarity Boost mode detection
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user