diff --git a/src/components/PageComponents/Config/Display.tsx b/src/components/PageComponents/Config/Display.tsx index 50ceb9c2..af82e4fd 100644 --- a/src/components/PageComponents/Config/Display.tsx +++ b/src/components/PageComponents/Config/Display.tsx @@ -61,6 +61,12 @@ export const Display = () => { label: "Compass North Top", description: "Fix north to the top of compass", }, + { + type: "toggle", + name: "use12hClock", + label: "12-Hour Clock", + description: "Use 12-hour clock format", + }, { type: "toggle", name: "flipScreen",