mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[GUI] Do not show Xbox information in device view just because there's a DMI or it will appear on all DVD media.
This commit is contained in:
@@ -861,7 +861,6 @@ public partial class DeviceViewModel : ViewModelBase
|
||||
}
|
||||
|
||||
if(_mediaInfo.XgdInfo != null ||
|
||||
_mediaInfo.DvdDmi != null ||
|
||||
_mediaInfo.XboxSecuritySector != null ||
|
||||
_mediaInfo.DecodedXboxSecuritySector != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user