From 97036552aab45bb3af2f735e1911784ad6b90aec Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Wed, 24 Apr 2024 18:08:28 +0100 Subject: [PATCH] ctrlpad: disable debugging --- apps/ctrlpad/wid.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ctrlpad/wid.ts b/apps/ctrlpad/wid.ts index 3853dac1d..0756570ab 100644 --- a/apps/ctrlpad/wid.ts +++ b/apps/ctrlpad/wid.ts @@ -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);