mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
fix: Correct typo in LevelControlListItem class name
This commit is contained in:
parent
0244b0e585
commit
cd89cf1cc9
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ namespace PepperDash.Essentials.Core;
|
|||
/// <summary>
|
||||
/// Represents a level control item in a list, which can be used to control volume or mute functionality.
|
||||
/// </summary>
|
||||
public class LevelControlListItem : AudioConptrolListItemBase
|
||||
public class LevelControlListItem : AudioControlListItemBase
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue