Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!(humanFileSize): Revert changes to default file sizes #822

Merged
merged 1 commit into from Nov 3, 2023

Commits on Nov 2, 2023

  1. fix!(humanFileSize): Revert changes to default file sizes (use binary…

    … sizes but decimal units)
    
    For Nextcloud the current default is using binary sizes, like 1024 or 2048, but showing decimal units.
    Meaning 1024 bytes = 1 KB, like done on Windows and not like on Linux 1024 bytes = 1 KiB.
    There is also the option to show like on Apple: 1000 bytes = 1 KB and 1024 bytes = 1.024 KB
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    55065db View commit details
    Browse the repository at this point in the history