Make ChannelSelectorTabItem not switchable

This commit is contained in:
smoogipoo 2018-12-03 11:48:36 +09:00
parent 7255a01bf5
commit 814d401eb0
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ public class ChannelSelectorTabItem : ChannelTabItem
{
public override bool IsRemovable => false;
public override bool IsSwitchable => false;
public ChannelSelectorTabItem(Channel value) : base(value)
{
Depth = float.MaxValue;