Browse Source

add use12hClock support

pull/568/head
Hunter275 1 year ago
parent
commit
a243a044b9
  1. 6
      src/components/PageComponents/Config/Display.tsx

6
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",

Loading…
Cancel
Save