Update app.js

pull/3502/head
only-meeps 2024-08-02 14:14:39 -07:00 committed by GitHub
parent e17250b3b2
commit df89c22a00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -167,8 +167,8 @@ Modules.addCached("widget_utils", function() {
boxKeys.forEach((key) => { boxKeys.forEach((key) => {
let boxConfig = boxes[key]; let boxConfig = boxes[key];
boxPos[key] = { boxPos[key] = {
x: w * boxConfig.boxPos.x, let background = require("clockbg");
y: h * boxConfig.boxPos.y Modules.addCached("widget_utils", function() {
}; };
isDragging[key] = false; isDragging[key] = false;
wasDragging[key] = false; wasDragging[key] = false;