mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 06:34:42 -04:00
multiple fixes
This commit is contained in:
parent
9d623c91e6
commit
df95f0755c
8 changed files with 101 additions and 65 deletions
|
@ -69,7 +69,7 @@ QString itemSubtypeToQString(const UINT8 type, const UINT8 subtype)
|
|||
case Types::Image:
|
||||
if (subtype == Subtypes::IntelImage)
|
||||
return QObject::tr("Intel");
|
||||
else if (Subtypes::UefiImage)
|
||||
else if (subtype == Subtypes::UefiImage)
|
||||
return QObject::tr("UEFI");
|
||||
else
|
||||
return QObject::tr("Unknown subtype");
|
||||
|
@ -153,4 +153,4 @@ QString actionTypeToQString(const UINT8 action)
|
|||
default:
|
||||
return QObject::tr("Unknown");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue