chore: hide test plugin

This commit is contained in:
SethBurkart123
2025-03-21 17:59:28 +11:00
parent 620d168d28
commit 68159ddd0e
2 changed files with 1 additions and 12 deletions
@@ -206,16 +206,6 @@
onChange: (isOn: boolean) => settingsState.lettergrade = isOn
}
},
{
title: "Lesson Alerts",
description: "Sends a native browser notification ~5 minutes prior to lessons.",
id: 8,
Component: Switch,
props: {
state: $settingsState.lessonalert,
onChange: (isOn: boolean) => settingsState.lessonalert = isOn
}
},
{
title: "12 Hour Time",
description: "Prefer 12 hour time format for SEQTA",