mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
actually fire the PresetsSaved event
This commit is contained in:
parent
66cd39c013
commit
695ff5487f
1 changed files with 4 additions and 0 deletions
|
|
@ -248,6 +248,8 @@ namespace PepperDash.Essentials.Core.Presets
|
|||
PresetsList[index] = preset;
|
||||
|
||||
SavePresets();
|
||||
|
||||
OnPresetsSaved();
|
||||
}
|
||||
|
||||
public void UpdatePresets(List<PresetChannel> presets)
|
||||
|
|
@ -255,6 +257,8 @@ namespace PepperDash.Essentials.Core.Presets
|
|||
PresetsList = presets;
|
||||
|
||||
SavePresets();
|
||||
|
||||
OnPresetsSaved();
|
||||
}
|
||||
|
||||
private void SavePresets()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue