mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
fix: add back in unintentionally deleted MuteFeedback property
This commit is contained in:
parent
32788cb851
commit
e230baac4e
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ namespace PepperDash.Essentials.Core
|
|||
/// </summary>
|
||||
public interface IBasicVolumeWithFeedback : IBasicVolumeControls
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the mute feedback
|
||||
/// </summary>
|
||||
BoolFeedback MuteFeedback { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Mutes the volume
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue