mirror of https://github.com/espruino/BangleApps
ctrlpad: disable debugging
parent
428f8a0e63
commit
97036552aa
|
@ -332,8 +332,8 @@
|
|||
draw: () => {},
|
||||
width: 0,
|
||||
};
|
||||
(WIDGETS["hid"] as any).getUI = () => ui;
|
||||
(WIDGETS["hid"] as any).col = colour;
|
||||
//(WIDGETS["hid"] as any).getUI = () => ui;
|
||||
//(WIDGETS["hid"] as any).col = colour;
|
||||
|
||||
/*
|
||||
const settings = require("Storage").readJSON("setting.json", true) as Settings || ({ HID: false } as Settings);
|
||||
|
|
Loading…
Reference in New Issue