fix: Parent hover setting name being wrong

This commit is contained in:
WerWolv
2024-02-25 14:38:26 +01:00
parent 29c7b342eb
commit 491e2dfe56
2 changed files with 4 additions and 4 deletions

View File

@@ -1837,7 +1837,7 @@ namespace hex::plugin::builtin {
}
});
ContentRegistry::Settings::onChange("hex.builtin.setting.interface", "hex.builtin.setting.interface.parent_highlighting", [this](const ContentRegistry::Settings::SettingsValue &value) {
ContentRegistry::Settings::onChange("hex.builtin.setting.hex_editor", "hex.builtin.setting.hex_editor.pattern_parent_highlighting", [this](const ContentRegistry::Settings::SettingsValue &value) {
m_parentHighlightingEnabled = bool(value.get<int>(false));
});