ctrlpad: add col[our] on widget for debugging

pull/3383/head
Rob Pilling 2024-04-24 17:24:56 +01:00
parent db58e567dc
commit 71f8471eb0
1 changed files with 1 additions and 0 deletions

View File

@ -331,6 +331,7 @@
width: 0, width: 0,
}; };
(WIDGETS["hid"] as any).getUI = () => ui; (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); const settings = require("Storage").readJSON("setting.json", true) as Settings || ({ HID: false } as Settings);