Introduce units preference

This commit is contained in:
2025-04-25 18:44:18 +03:00
parent f8c9332e47
commit ceb587d2f8
4 changed files with 6 additions and 0 deletions

View File

@@ -18,3 +18,5 @@ export const tones = ref([
"Adventure",
"Snarky",
]);
export const units = ref(["Imperial", "Metric"]);