diff --git a/apps/boxclk/app.js b/apps/boxclk/app.js index 1d7d6c590..29c7a9594 100644 --- a/apps/boxclk/app.js +++ b/apps/boxclk/app.js @@ -364,7 +364,7 @@ Bangle.removeListener('drag', dragHandler); if (drawTimeout) clearTimeout(drawTimeout); drawTimeout = undefined; - unloadCustomBoxclkFonts(); // Remove custom fonts + unloadCustomBoxClkFonts(); // Remove custom fonts // Restore original drawString function (no outlines) g.drawString = g_drawString; restoreSetColor();