feat: add global theme toggle

This commit is contained in:
SethBurkart123
2025-03-30 08:49:13 +11:00
parent 6147e96cc9
commit 3ecd7205ed
14 changed files with 145 additions and 141 deletions
-6
View File
@@ -19,8 +19,6 @@ import { CreateElement } from "@/seqta/utils/CreateEnable/CreateElement"
import { convertTo12HourFormat } from "../convertTo12HourFormat"
import { enableNotificationCollector } from "@/seqta/utils/CreateEnable/EnableNotificationCollector"
let LessonInterval: any
let currentSelectedDate = new Date()
@@ -249,10 +247,6 @@ export async function loadHomePage() {
}
}
if (settingsState.notificationcollector) {
enableNotificationCollector()
}
return cleanup
}