Bangle_MessageCenter/messagecenter.notify.js

6 lines
177 B
JavaScript

{
Bangle.setUI({mode: "custom", remove: () => {}}); // we want to fast load and not remove anything we set here
Bangle.notify = true;
Bangle.load("messagecenter.app.js");
}