mirror of https://github.com/espruino/BangleApps
Matrix Clock BUGFIX: typo in settings panel
parent
8028451d11
commit
c1759cb310
|
@ -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"])
|
||||
});
|
||||
})
|
Loading…
Reference in New Issue