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
+1
View File
@@ -9,6 +9,7 @@ export interface SettingsState {
shortcuts: Shortcut[];
customshortcuts: CustomShortcut[];
transparencyEffects: boolean;
timeFormat?: string;
}
interface ToggleItem {