feat: add 12 hour time as an option for timetable

This commit is contained in:
sethburkart123
2024-06-09 20:18:41 +10:00
parent a2a1310402
commit 67a6c8ae66
5 changed files with 56 additions and 15 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ export interface SettingsState {
shortcuts: Shortcut[];
subjectfilters: Record<string, any>;
transparencyEffects: boolean;
justupdated?: boolean | null;
justupdated?: boolean;
timeFormat?: string;
}
interface ToggleItem {