mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
feat: add properties to control when sources show
This commit is contained in:
parent
528fff569d
commit
577e111f26
1 changed files with 12 additions and 0 deletions
|
|
@ -144,6 +144,18 @@ namespace PepperDash.Essentials.Core
|
||||||
[JsonProperty("isAudioSource")]
|
[JsonProperty("isAudioSource")]
|
||||||
public bool IsAudioSource { get; set; }
|
public bool IsAudioSource { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Hide source on UI when Avanced Sharing is enabled
|
||||||
|
/// </summary>
|
||||||
|
[JsonProperty("disableAdvancedRouting")]
|
||||||
|
public bool DisableAdvancedRouting { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Hide source on UI when Simpl Sharing is enabled
|
||||||
|
/// </summary>
|
||||||
|
[JsonProperty("disableSimpleRouting")]
|
||||||
|
public bool DisableSimpleRouting { get; set; }
|
||||||
|
|
||||||
public SourceListItem()
|
public SourceListItem()
|
||||||
{
|
{
|
||||||
Icon = "Blank";
|
Icon = "Blank";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue