mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +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>
|
/// <summary>
|
||||||
/// Represents a level control item in a list, which can be used to control volume or mute functionality.
|
/// Represents a level control item in a list, which can be used to control volume or mute functionality.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class LevelControlListItem : AudioConptrolListItemBase
|
public class LevelControlListItem : AudioControlListItemBase
|
||||||
{
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue