summaryrefslogtreecommitdiff
path: root/src/utils/size_info.h
AgeCommit message (Collapse)AuthorFilesLines
2024-03-01status: support large file sizes on 64bit systemsMole Shang1-1/+1
Convert all unsigned long nums to unsigned long long in order to let the UI safely display sizes >= 4GB
2023-08-08ui: match size measures with corresponding unitsMole Shang1-0/+14
Calculate the size in UI to align with suitable units.