Update name

master
stweedo 2023-06-22 00:40:57 -05:00
parent 4922e135e3
commit a11792e31d
1 changed files with 1 additions and 1 deletions

View File

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