Skip to content

Commit

Permalink
OPFS on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Nov 14, 2024
1 parent 09ee08f commit c6c2b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Boot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ window.addEventListener("load", async () => {
}

anura = await Anura.new(conf);
LocalFS.newOPFS("/opfs"); // mount opfs on boot

if (anura.platform.type === "mobile" || anura.platform.type === "tablet") {
splashToRemove = bootsplashMobile;
Expand Down

0 comments on commit c6c2b97

Please sign in to comment.