diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index c410cfd672..694b49c68c 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -1102,7 +1102,7 @@ module.exports = (_ => { }; BDFDB.NotificationUtils.notice = function (text, options = {}) { if (!text) return; - let layers = document.querySelector(BDFDB.dotCN.layers); + let layers = document.querySelector(BDFDB.dotCNC.layers + BDFDB.dotCN.appmount); if (!layers) return; let id = BDFDB.NumberUtils.generateId(NotificationBars); let notice = BDFDB.DOMUtils.create(`
`);