Make the add tab item unselectable and toggle the channel list

This commit is contained in:
DrabWeb
2017-06-01 20:46:18 -03:00
parent 697fab9248
commit 62ada0afcb
2 changed files with 4 additions and 14 deletions

View File

@ -173,7 +173,6 @@ namespace osu.Game.Overlays
else
{
inputTextBox.HoldFocus = true;
channelTabs.Current.Value = channelTabs.LastTab;
}
};
}