mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-11-19 15:24:05 +01:00
Refactor SettingDefinition
This commit is contained in:
@@ -215,7 +215,6 @@ export class StreamUiHandler {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log('StreamUI', 'observing');
|
||||
const observer = new MutationObserver(mutationList => {
|
||||
mutationList.forEach(item => {
|
||||
if (item.type !== 'childList') {
|
||||
|
||||
Reference in New Issue
Block a user