diff --git a/src/index.js b/src/index.js index 77ba41a..4e44d69 100644 --- a/src/index.js +++ b/src/index.js @@ -9,7 +9,7 @@ console.log('script start') const search = new Search() // eslint-disable-next-line no-undef -waitForKeyElements('ongoing-call-button', (element) => { search.createSearchWindow(element) }, true) +waitForKeyElements('ongoing-call-button', (element) => { search.createSearchWindow(element) }, false) const callNotification = new CallNotification() // eslint-disable-next-line no-undef