mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: show decimal part of hour
This commit is contained in:
parent
f1c37a0aaf
commit
cce54f9937
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export function HeroPanel({
|
|||
}
|
||||
|
||||
const hours = minutes / 60
|
||||
return hours.toFixed(0) + " " + t("hours")
|
||||
return hours.toFixed(1) + " " + t("hours")
|
||||
}
|
||||
|
||||
const finalDownloadSize = useMemo(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue