From c1759cb3103cf23b3de395c976a46a8bea92abf2 Mon Sep 17 00:00:00 2001 From: lu713691 Date: Wed, 6 Jul 2022 17:07:20 +0100 Subject: [PATCH] Matrix Clock BUGFIX: typo in settings panel --- apps/matrixclock/matrixclock.settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/matrixclock/matrixclock.settings.js b/apps/matrixclock/matrixclock.settings.js index 6aec17670..d9f8e240a 100644 --- a/apps/matrixclock/matrixclock.settings.js +++ b/apps/matrixclock/matrixclock.settings.js @@ -35,6 +35,6 @@ E.showMenu({ "" : { "title" : "Matrix Clock" }, "< Back" : () => back(), - "Colour": stringInSettings("color_scheme", ["theme", "black", "purple", "red", "white"]) + "Colour": stringInSettings("color", ["theme", "black", "purple", "red", "white"]) }); }) \ No newline at end of file