[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:
2025-11-19 20:24:43 +00:00
parent bde0c7b5e3
commit 70026ba4be

View File

@@ -861,7 +861,6 @@ public partial class DeviceViewModel : ViewModelBase
}
if(_mediaInfo.XgdInfo != null ||
_mediaInfo.DvdDmi != null ||
_mediaInfo.XboxSecuritySector != null ||
_mediaInfo.DecodedXboxSecuritySector != null)
{