Disable scrolling while displaying warning

pull/3319/head
Anton 2024-04-02 12:34:52 +02:00
parent 953fe9c8d5
commit 5a2d1491e1
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ const drawMenu = () => {
var app = apps[i];
if (!app) return;
if (!app.src || require("Storage").read(app.src)===undefined) {
E.showScroller();
E.showMessage(/*LANG*/"App Source\nNot found");
setTimeout(drawMenu, 2000);
} else {