We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c552d2 commit d8c9de7Copy full SHA for d8c9de7
apps/loadanim/settings.js
@@ -219,8 +219,8 @@ X..XX..X
219
function saveBootAnim() {
220
let a = ANIM[settings.anim];
221
storage.write("loadanim.0.boot.js", `{let timer;try{timer=require("timer");}catch{print("loadscr: need FW 2v29+");}if(timer){${a.code["\xffcod"]}}}`);
222
- if (a.loading) storage.write(".loading", a.loading());
223
- else storage.erase(".loading");
+ if (a.loading) storage.write(".loading", a.loading())
+ else storage.write(".loading","NO")
224
}
225
function showAnimChooser() {
226
let menu = { '': { 'title': 'Choose Anim', back:() => showMainMenu() } };
0 commit comments