mirror of https://github.com/espruino/BangleApps
ctrlpad: remove widget code
parent
77e3f9dec7
commit
268d95428c
|
@ -344,14 +344,6 @@
|
|||
ui = undefined;
|
||||
});
|
||||
|
||||
WIDGETS["hid"] = {
|
||||
area: "tr",
|
||||
sortorder: -20,
|
||||
draw: () => {},
|
||||
width: 0,
|
||||
};
|
||||
//(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