mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 21:58:27 +02:00
Dim Stream settings' overlay when not playing
This commit is contained in:
@@ -251,8 +251,9 @@ export class StreamSettings {
|
||||
}
|
||||
|
||||
this.$overlay!.classList.remove('bx-gone');
|
||||
$container.classList.remove('bx-gone');
|
||||
this.$overlay!.dataset.isPlaying = STATES.isPlaying.toString();
|
||||
|
||||
$container.classList.remove('bx-gone');
|
||||
document.body.classList.add('bx-no-scroll');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user