mirror of
https://github.com/TimeCrafters/TimeCraftersConfigurationTool.git
synced 2025-12-15 21:12:34 +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
|
@Override
|
||||||
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
|
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
|
||||||
action.enabled = isChecked;
|
action.enabled = isChecked;
|
||||||
|
Backend.instance().configChanged();
|
||||||
|
|
||||||
styleSwitch(buttonView, isChecked);
|
styleSwitch(buttonView, isChecked);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user