mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 16:53:57 +00:00
feat: show decimal part of hour
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user