kirillzhosul / explorer

File explorer in style of Windows 11
https://github.com/kirillzhosul/explorer
MIT License
5 stars 2 forks source link

[Windows] Make a setting to swtich between GiB and GB #22

Open MrCheatEugene opened 3 months ago

MrCheatEugene commented 3 months ago

https://en.wikipedia.org/wiki/Byte#Multiple-byte_units

kirillzhosul commented 3 months ago

Currently this is a mess in disk list backend implementation, should use something like raw sysinfo / get_sys_mounts to get raw bytes sizes

For now return type is string like 100 GB that is actually not good to parse or etc