From 075aaaec9a19432c3d419a75b3a1e32ba902b4b3 Mon Sep 17 00:00:00 2001 From: xxDUxx <96152564+xxDUxx@users.noreply.github.com> Date: Sun, 15 Jan 2023 02:58:04 +0100 Subject: [PATCH] Update custom.html --- apps/contourclock/custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/contourclock/custom.html b/apps/contourclock/custom.html index 2410177d1..c3f745e58 100644 --- a/apps/contourclock/custom.html +++ b/apps/contourclock/custom.html @@ -56,7 +56,7 @@ } } if (n>0) { - fonts.push({name:"contourclock-install.json", content:""+n}); + fonts.push({name:"contourclock-install.json", content:"{n:"+n+"}"}); sendCustomizedApp({storage:fonts}); } else { alert("Please select at least one Font!");