Matrix Clock BUGFIX: typo in settings panel

pull/2035/head
lu713691 2022-07-06 17:07:20 +01:00
parent 8028451d11
commit c1759cb310
1 changed files with 1 additions and 1 deletions

View File

@ -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"])
});
})