fix: Hiding custom data inspector rows hiding all defined in the same file

This commit is contained in:
WerWolv
2023-11-19 15:50:13 +01:00
parent 69bdebeb98
commit 0e9302ff08

View File

@@ -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");