mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
fix: Settings not being saved correctly anymore
This commit is contained in:
@@ -1002,6 +1002,7 @@ namespace hex::plugin::builtin {
|
||||
for (const auto &entry : subcategory.entries) {
|
||||
if (auto keybindingWidget = dynamic_cast<KeybindingWidget*>(entry.widget.get())) {
|
||||
keybindingWidget->reset();
|
||||
ContentRegistry::Settings::write<nlohmann::json>(category.unlocalizedName, entry.unlocalizedName, keybindingWidget->store());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user