mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
fix: Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a8ec831064
commit
d4284bd59f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ namespace PepperDash.Essentials.Core
|
|||
/// <summary>
|
||||
/// Defines the contract for IHasDspPresetSave
|
||||
/// </summary>
|
||||
public interface IHasDspPresetSave : IDspPresets // recall + save
|
||||
public interface IHasDspPresetSave : IDspPresets
|
||||
{
|
||||
/// <summary>
|
||||
/// Saves the DSP preset by key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue