mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
feat: show decimal part of hour
This commit is contained in:
parent
f1c37a0aaf
commit
cce54f9937
@ -66,7 +66,7 @@ export function HeroPanel({
|
|||||||
}
|
}
|
||||||
|
|
||||||
const hours = minutes / 60
|
const hours = minutes / 60
|
||||||
return hours.toFixed(0) + " " + t("hours")
|
return hours.toFixed(1) + " " + t("hours")
|
||||||
}
|
}
|
||||||
|
|
||||||
const finalDownloadSize = useMemo(() => {
|
const finalDownloadSize = useMemo(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user