Update Shell

Fix Package Store Logo Read
This commit is contained in:
Bruce
2025-11-26 23:53:09 +08:00
parent a70b0547bd
commit a3b3b097b2
12 changed files with 715 additions and 442 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
function nextstep() {
Resources.processAll();
}
WinJS.UI.processAll().done(nextstep);
if (typeof WinJS !== "undefined") WinJS.UI.processAll().done(nextstep);
else nextstep();
}
OnLoad.add(ready);
})(this);