Update apps/tvremote/app.js
Co-authored-by: thyttan <97237430+thyttan@users.noreply.github.com>master
parent
ca004b2700
commit
beaa23da2d
|
|
@ -647,7 +647,7 @@ Bangle.loadWidgets();
|
||||||
Bangle.drawWidgets();
|
Bangle.drawWidgets();
|
||||||
|
|
||||||
if (serverData === undefined) {
|
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();
|
mainMenu();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue