mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
patterns: Fixed various render issues
This commit is contained in:
@@ -241,6 +241,8 @@ namespace hex::pl {
|
||||
return "padding";
|
||||
case ValueType::String:
|
||||
return "str";
|
||||
case ValueType::Boolean:
|
||||
return "bool";
|
||||
default:
|
||||
return "< ??? >";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user