Fixed the load error icon and the loading order

master
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="container">
<div class="img">
<%= require("./images/loading_error_right.svg") %>
<%= require("!!svg-inline-loader!./images/loading_error_right.svg") %>
</div>
<h1 class="error"></h1>

View File

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