diff --git a/libs/pixljs/jswrap_pixljs.c b/libs/pixljs/jswrap_pixljs.c index 8609cd3a2..cd794be7f 100644 --- a/libs/pixljs/jswrap_pixljs.c +++ b/libs/pixljs/jswrap_pixljs.c @@ -519,6 +519,7 @@ type MenuNumberItem = { type MenuOptions = { title?: string; back?: () => void; + remove?: () => void; selected?: number; fontHeight?: number; scroll?: number; @@ -733,4 +734,4 @@ To remove the window, call `E.showAlert()` with no arguments. }*/ void jswrap_pixljs_powerusage(JsVar *devices) { jsvObjectSetChildAndUnLock(devices, "LCD", jsvNewFromInteger(lcdIsOn ? 170 : 20)); -} \ No newline at end of file +}