mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: improve apis + add animated background and assessment average plugins
This commit is contained in:
@@ -21,10 +21,6 @@ export async function main() {
|
||||
if (settingsState.onoff) {
|
||||
injectPageState()
|
||||
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user