mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-29 12:24:59 +00:00
fix: add back in unintentionally deleted MuteFeedback property
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user