mirror of https://github.com/espruino/BangleApps
Update apps/tvremote/app.js
Co-authored-by: thyttan <97237430+thyttan@users.noreply.github.com>pull/3548/head
parent
ca004b2700
commit
beaa23da2d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue