Skip to content

Commit

Permalink
Update customAppStoreAPI.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nathblade16 authored Sep 20, 2024
1 parent fb6f2f3 commit 623666a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/customAppStoreAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
//usage, the apps will be automatically added to the start menu and the applications list upon boot
//use installApp(string name, string icon url, string code) to install an app

xp.filesystem.createDir("/Program Icons", () => {});

$(window).on('xpboot', () => {
xp.filesystem.createDir("/Program Icons", () => {});
refreshApps();
});

Expand Down

0 comments on commit 623666a

Please sign in to comment.