From 52ee2e3dd78b1102876152cfd430a4810a7c4986 Mon Sep 17 00:00:00 2001 From: sthag Date: Wed, 11 Mar 2026 20:08:22 +0100 Subject: [PATCH] fix: Clock overlay --- source/screens/demo/examples/clock.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/screens/demo/examples/clock.liquid b/source/screens/demo/examples/clock.liquid index b77d12b..3740eaa 100644 --- a/source/screens/demo/examples/clock.liquid +++ b/source/screens/demo/examples/clock.liquid @@ -46,7 +46,7 @@ tags: #init() { this.#createContext(['background', 'hands']); - this.createOverlay(); + // this.createOverlay(); this.addRing('seconds', 1, 21, 60, `rgb(250, 216, 3)`); this.addRing('minutes', .9, 46, 60, `rgb(242, 175, 19)`);