mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: add global theme toggle
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user