From d4c1c63e158f6874a6b6a733583ac25728646dba Mon Sep 17 00:00:00 2001 From: adrian w kirk Date: Mon, 24 May 2021 19:51:13 +0100 Subject: [PATCH] sliding text clock: turning emulator option off. Emulator will not work because the clock is split into languages classes. Turning off the emulator otherwise people will think it doesn't work --- apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index d088885ef..80dc1e2b1 100644 --- a/apps.json +++ b/apps.json @@ -249,7 +249,7 @@ "description": "Inspired by the Pebble sliding clock, old times are scrolled off the screen and new times on. You are also able to change language on the fly so you can see the time written in other languages using button 1. Currently English, French, Japanese, Spanish and German are supported", "tags": "clock", "type":"clock", - "allow_emulator":true, + "allow_emulator":false, "readme": "README.md", "custom":"custom.html", "storage": [ @@ -3220,4 +3220,4 @@ {"name":"doztime.img","url":"app-icon.js","evaluate":true} ] } -] \ No newline at end of file +]