mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 22:54:47 -04:00
Version 0.17.0
- solved a big in extracting tailed file - added "Unknown" volume type - files can't be inserted to unknown volumes - sections can be inserted into encapsulation sections - regions (except Descriptor) can be replaced - Rebuild action removed from all types of items but Volume, File and Section, it did nothing for them - Descriptor region info now shows region access map and BIOS access table
This commit is contained in:
parent
a4a40ec329
commit
66dc4bb6e3
6 changed files with 127 additions and 73 deletions
|
@ -56,11 +56,13 @@ QString itemSubtypeToQString(const UINT8 type, const UINT8 subtype)
|
|||
case Volume:
|
||||
if (subtype == BootVolume)
|
||||
return QObject::tr("Boot");
|
||||
else if (subtype == UnknownVolume)
|
||||
return QObject::tr("Unknown");
|
||||
else
|
||||
return "";
|
||||
case Capsule:
|
||||
if (subtype == AptioCapsule)
|
||||
return QObject::tr("Aptio extended");
|
||||
return QObject::tr("AMI Aptio");
|
||||
else if (subtype == UefiCapsule)
|
||||
return QObject::tr("UEFI 2.0");
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue