fix dialog key override / restore, add named module loading

This commit is contained in:
Stewart Allen 2025-12-25 17:58:45 -05:00
commit 7290103b22
8 changed files with 37 additions and 22 deletions

View file

@ -1,7 +1,5 @@
self.kiri.load(api => {
console.log('BAMBU MODULE RUNNING');
const { uc: ui } = api;
const { $, h } = api.web;
const defams = ";; DEFINE BAMBU-AMS ";
@ -1327,4 +1325,4 @@ self.kiri.load(api => {
setInterval(monitor_keepalive, 5000);
let bblapi = api.bambu = { send, prep_export };
});
}, 'Bambu');