Fixed the load error icon and the loading order
parent
327880a5d2
commit
8f4078df4d
|
@ -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>
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue