fix: enable assessments average by default

This commit is contained in:
SethBurkart123
2024-12-05 14:35:13 +11:00
parent 98347e038d
commit 4e393f14bb
3 changed files with 650 additions and 0 deletions
+4
View File
@@ -76,6 +76,10 @@ async function init() {
if (settingsState.onoff) {
enableCurrentTheme()
if (typeof settingsState.assessmentsAverage == 'undefined') {
settingsState.assessmentsAverage = true
}
// TEMP FIX for bug! -> this is a hack to get the injected.css file to have HMR in development mode as this import system is currently broken with crxjs
if (import.meta.env.MODE === 'development') {
import('./css/injected.scss')