ctrlpad: disable debugging

pull/3383/head
Rob Pilling 2024-04-24 18:08:28 +01:00
parent 428f8a0e63
commit 97036552aa
1 changed files with 2 additions and 2 deletions

View File

@ -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);