mirror of https://github.com/espruino/BangleApps
oops, and update versions after merge
parent
b5337717e7
commit
45b5332c3c
|
@ -185,7 +185,7 @@
|
|||
{ "id": "setting",
|
||||
"name": "Settings",
|
||||
"icon": "settings.png",
|
||||
"version":"0.29",
|
||||
"version":"0.30",
|
||||
"description": "A menu for setting up Bangle.js",
|
||||
"tags": "tool,system,b2",
|
||||
"readme": "README.md",
|
||||
|
|
|
@ -207,7 +207,7 @@ function showThemeMenu() {
|
|||
if (t==="bg") {
|
||||
th['dark'] = (v===cv("#000"));
|
||||
}
|
||||
updT(th);
|
||||
upd(th);
|
||||
}
|
||||
const rgb = {
|
||||
black: "#000", white: "#fff",
|
||||
|
@ -224,8 +224,8 @@ function showThemeMenu() {
|
|||
return i!== -1 ? names[i] : v; // another color: just show value
|
||||
}
|
||||
let menu = {
|
||||
'':{title:'Customize Theme'},
|
||||
"< Back"] : () => showThemeMenu();
|
||||
'':{title:'Custom Theme'},
|
||||
"< Back": () => showThemeMenu()
|
||||
};
|
||||
const labels = {
|
||||
fg: 'Foreground', bg: 'Background',
|
||||
|
|
Loading…
Reference in New Issue