mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-09 22:57:44 +02:00
Stop using MutationObserver to track StreamHud's expanded status
This commit is contained in:
@@ -68,6 +68,8 @@ type StreamEvents = {
|
||||
// Inside patch
|
||||
'microphone.state.changed': { state: MicrophoneState };
|
||||
|
||||
'ui.streamHud.expanded': { state: 'expanded' | 'collapsed' },
|
||||
|
||||
dataChannelCreated: { dataChannel: RTCDataChannel };
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user