Review comments

This commit is contained in:
jpirnay
2026-05-22 14:13:19 +02:00
parent 427a74a93b
commit af98985050
2 changed files with 15 additions and 2 deletions
@@ -303,6 +303,7 @@ void SettingsActivity::toggleCurrentSetting() {
auto activity = createActivityForAction(static_cast<SettingAction>(menuResult->action), renderer, mappedInput);
if (activity) {
startActivityForResult(std::move(activity), [this](const ActivityResult&) {
CrossPointSettings::normalizeDependentSettings(SETTINGS);
SETTINGS.saveToFile();
needsHalfRefresh = true;
});