mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47:18 +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.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');
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user