This commit is contained in:
Araxeus
2021-10-30 12:52:04 +03:00
parent 286bc0113e
commit 762566cce6
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ module.exports = (options) => {
document.addEventListener('apiLoaded', e => {
api = e.detail;
firstRun(options);
}, { once: true, passive: true})
}, { once: true, passive: true })
};
/** Restore saved volume and setup tooltip */