mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 21:28:27 +02: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