Merge branch 'main' into debian12

merged bug fix by first loading in to the page
This commit is contained in:
2025-08-02 02:30:17 +02:00

View File

@@ -2,7 +2,7 @@ import React, { useState } from "react";
import { myToast } from "../utils/toastify";
const getInitialTheme = () => localStorage.getItem("theme") || "light";
const getInitialUnit = () => localStorage.getItem("unit") || "celsius";
const getInitialUnit = () => localStorage.getItem("unit") || "metric";
interface Props {
onClose: () => void;