mirror of
https://github.com/TimeCrafters/TimeCraftersConfigurationTool.git
synced 2025-12-15 05:02:33 +00:00
Fixed toggling actions on/off did not trigger configChanged and weren't saving.
This commit is contained in:
@@ -92,6 +92,7 @@ public class ActionsFragment extends TimeCraftersFragment {
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
|
||||
action.enabled = isChecked;
|
||||
Backend.instance().configChanged();
|
||||
|
||||
styleSwitch(buttonView, isChecked);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user