oops, and update versions after merge

pull/843/head
Gordon Williams 2021-10-06 20:17:34 +01:00
parent b5337717e7
commit 45b5332c3c
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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',