From f61aa0650a8ab03ca60bf4c3417deeb3a7bc5fe7 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 3 Sep 2024 23:32:19 +0200 Subject: [PATCH] Fix setting name --- apps/dutchclock/default.json | 4 ++-- apps/dutchclock/metadata.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dutchclock/default.json b/apps/dutchclock/default.json index 243f2824a..cfe5d34a4 100644 --- a/apps/dutchclock/default.json +++ b/apps/dutchclock/default.json @@ -1,6 +1,6 @@ { "variant": "approximate", "showWidgets": true, - "showTimeLine": false, - "showDateLine": true + "showTime": false, + "showDate": true } \ No newline at end of file diff --git a/apps/dutchclock/metadata.json b/apps/dutchclock/metadata.json index 4988417dc..9a0bc84a2 100644 --- a/apps/dutchclock/metadata.json +++ b/apps/dutchclock/metadata.json @@ -3,7 +3,7 @@ "name": "Dutch Clock", "shortName":"Dutch Clock", "icon": "app.png", - "version":"0.05", + "version":"0.06", "description": "A clock that displays the time the way a Dutch person would respond when asked what time it is.", "type": "clock", "tags": "clock,dutch,text",