Skip to content

Commit

Permalink
Update apps/tvremote/app.js
Browse files Browse the repository at this point in the history
Co-authored-by: thyttan <[email protected]>
  • Loading branch information
Guptilious and thyttan authored Sep 12, 2024
1 parent ca004b2 commit beaa23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tvremote/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ Bangle.loadWidgets();
Bangle.drawWidgets();

if (serverData === undefined) {
E.showAlert(`${serverDataFile}.json missing.\nSee READ.me`, "Config Error").then(function() {
E.showAlert(`No settings.\nSee READ.me`, "Config Error").then(function() {
mainMenu();
});
} else {
Expand Down

0 comments on commit beaa23d

Please sign in to comment.