Fixed the load error icon and the loading order

This commit is contained in:
WolverinDEV 2021-04-19 22:00:15 +02:00
parent 327880a5d2
commit 8f4078df4d
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@
<div class="fulloverlay" id="critical-load"> <div class="fulloverlay" id="critical-load">
<div class="container"> <div class="container">
<div class="img"> <div class="img">
<%= require("./images/loading_error_right.svg") %> <%= require("!!svg-inline-loader!./images/loading_error_right.svg") %>
</div> </div>
<h1 class="error"></h1> <h1 class="error"></h1>

View file

@ -1052,7 +1052,7 @@ export class Settings {
export let settings: Settings; export let settings: Settings;
loader.register_task(Stage.JAVASCRIPT_INITIALIZING, { loader.register_task(Stage.JAVASCRIPT_INITIALIZING, {
priority: 1000, priority: 1100,
name: "Settings initialize", name: "Settings initialize",
function: async () => { function: async () => {
settings = new Settings(); settings = new Settings();