From df89c22a006fe875e00f90543afa1cc79381cd22 Mon Sep 17 00:00:00 2001 From: only-meeps <151784194+only-meeps@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:14:39 -0700 Subject: [PATCH] Update app.js --- apps/boxclk/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/boxclk/app.js b/apps/boxclk/app.js index ed8a62b65..c47f700b0 100644 --- a/apps/boxclk/app.js +++ b/apps/boxclk/app.js @@ -167,8 +167,8 @@ Modules.addCached("widget_utils", function() { boxKeys.forEach((key) => { let boxConfig = boxes[key]; boxPos[key] = { - x: w * boxConfig.boxPos.x, - y: h * boxConfig.boxPos.y + let background = require("clockbg"); + Modules.addCached("widget_utils", function() { }; isDragging[key] = false; wasDragging[key] = false;