Skip to content

Commit

Permalink
Fixed icon palette, fixed settings key that breaks on minify, disable…
Browse files Browse the repository at this point in the history
…d emulator.
  • Loading branch information
SarahAlroe committed Sep 3, 2023
1 parent 7d63601 commit 75f41f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/rebbleagenda/app-icon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion apps/rebbleagenda/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"tags": "agenda,tool",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"allow_emulator": true,
"dependencies" : { "weather":"app" },
"storage": [
{"name":"rebbleagenda.app.js","url":"app.js"},
Expand Down
2 changes: 1 addition & 1 deletion apps/rebbleagenda/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

E.showMenu({
'': { 'title': 'Rebble Agenda' },
['< '+/*LANG*/'Back']: back,
/*LANG*/'< Back': back,
/*LANG*/'Use system theme': {
value: !!s.system,
onchange: v => {
Expand Down

0 comments on commit 75f41f7

Please sign in to comment.