10 lines
219 B
C#
10 lines
219 B
C#
|
using MassiveKnob.Plugin.CoreAudio.Base;
|
|||
|
|
|||
|
namespace MassiveKnob.Plugin.CoreAudio.GetMuted
|
|||
|
{
|
|||
|
public class DeviceGetMutedActionSettings : BaseDeviceSettings
|
|||
|
{
|
|||
|
public bool Inverted { get; set; }
|
|||
|
}
|
|||
|
}
|