mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-19 05:40:12 +10:00
Update Shell
Fix Package Store Logo Read
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user