mirror of https://github.com/VERT-sh/VERT.git
fix: settings visual bug
e.g. analytics defaulting to "opt-in" when it is actually disabled when refreshing
This commit is contained in:
parent
128f1027ac
commit
3f3c280241
|
@ -43,6 +43,7 @@
|
|||
...Settings.Settings.instance.settings,
|
||||
...parsedSettings,
|
||||
};
|
||||
settings = Settings.Settings.instance.settings;
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue