Update custom.html

pull/2505/head
xxDUxx 2022-12-15 02:38:49 +01:00 committed by GitHub
parent f1d156aee8
commit f79b8cf297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -55,6 +55,15 @@
}
}
if (n>0)
Util.readStorage("contourclock.json", fileContents => {
console.log(fileContents);
try {
info = JSON.parse(fileContents);
console.print(fileContents);
console.print(info.files);
} catch (e) {
console.error(e);
}
sendCustomizedApp({storage:fonts});
else
alert("Please select at least one Font!");