Skip to content

Commit

Permalink
backdate the layout oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Apr 9, 2024
1 parent 4eab316 commit 302dc5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ public void open(URI toOpe) {
ScriptingEngine.pull(myAssets, "main");
}
}
layoutFile = AssetFactory.loadFile("Folder.png");
layoutFile = AssetFactory.loadFile("layout/default.css");
if (layoutFile == null || !layoutFile.exists()) {
ScriptingEngine.deleteRepo(myAssets);
ScriptingEngine.cloneRepo(myAssets, null);
Expand Down

0 comments on commit 302dc5a

Please sign in to comment.