mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
New client area file size calculation is wrong #213
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RMEngelbrecht on GitHub (Dec 7, 2024).
Current Behavior
The file size listed is different between new and old client areas.
Expected Behavior
The same file size listed is the same between new and old client areas.
Steps to Reproduce
File properties on windows:

Panel Version
1.0.0-beta14
Wings Version
1.0.0-beta7
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
@Boy132 commented on GitHub (Dec 7, 2024):
Mind the unit. One is
GiB, the other isGB.And Windows uses
GiBbut shows it (wrongly) asGB.