From 67e7eebb9e29aa6d9d4f84a47d18be8d7bfda332 Mon Sep 17 00:00:00 2001 From: paul-arg Date: Mon, 10 Jun 2024 17:32:26 +0200 Subject: [PATCH] vpw_clock: do not remove VGA8 font --- apps/vpw_clock/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/vpw_clock/app.js b/apps/vpw_clock/app.js index 7fb7567e8..606b35d2e 100644 --- a/apps/vpw_clock/app.js +++ b/apps/vpw_clock/app.js @@ -167,7 +167,6 @@ Graphics.prototype.setFontMadeSunflower = function () { if (drawTimeout) clearTimeout(drawTimeout); // remove custom font delete Graphics.prototype.setFontMadeSunflower; - delete Graphics.prototype.setFontVGA8; // revert theme to how it was before g.setTheme(originalTheme); } @@ -176,4 +175,4 @@ Graphics.prototype.setFontMadeSunflower = function () { // Load widgets Bangle.loadWidgets(); Bangle.drawWidgets(); -} \ No newline at end of file +}