mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
fix: Hiding custom data inspector rows hiding all defined in the same file
This commit is contained in:
@@ -171,7 +171,7 @@ namespace hex::plugin::builtin {
|
||||
displayFunction,
|
||||
editingFunction,
|
||||
false,
|
||||
wolv::util::toUTF8String(filePath)
|
||||
wolv::util::toUTF8String(filePath) + ":" + pattern->getVariableName()
|
||||
});
|
||||
|
||||
AchievementManager::unlockAchievement("hex.builtin.achievement.patterns", "hex.builtin.achievement.patterns.data_inspector.name");
|
||||
|
||||
Reference in New Issue
Block a user