fix: settings visual bug

e.g. analytics defaulting to "opt-in" when it is actually disabled when refreshing
This commit is contained in:
JovannMC 2025-06-19 16:03:24 +03:00
parent 128f1027ac
commit 3f3c280241
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
...Settings.Settings.instance.settings,
...parsedSettings,
};
settings = Settings.Settings.instance.settings;
}
});
</script>