mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 20:50:06 +00:00
When multiple disks are connected, the status command was sorting only by size, causing external disks to appear first when they are larger than the internal disk. This resulted in showing incorrect free space (external disk size) instead of the internal disk. The sort now prioritizes internal disks before sorting by size, ensuring the internal disk always appears first. Fixes #466