Update custom.html

master
xxDUxx 2023-01-15 02:58:04 +01:00 committed by GitHub
parent b8d424caa1
commit 075aaaec9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
} }
} }
if (n>0) { if (n>0) {
fonts.push({name:"contourclock-install.json", content:""+n}); fonts.push({name:"contourclock-install.json", content:"{n:"+n+"}"});
sendCustomizedApp({storage:fonts}); sendCustomizedApp({storage:fonts});
} else { } else {
alert("Please select at least one Font!"); alert("Please select at least one Font!");