mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[GUI] Humanize media type in device view.
This commit is contained in:
@@ -751,7 +751,7 @@ public partial class DeviceViewModel : ViewModelBase
|
||||
? genericOpticalIcon
|
||||
: genericFolderIcon;
|
||||
|
||||
MediaType = mediaInfo.MediaType.ToString();
|
||||
MediaType = mediaInfo.MediaType.Humanize();
|
||||
});
|
||||
|
||||
if(mediaInfo.Blocks != 0 && mediaInfo.BlockSize != 0)
|
||||
|
||||
Reference in New Issue
Block a user