mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fixed style changes and cleaned up ctrl + t implementation
This commit is contained in:
@ -96,6 +96,11 @@ namespace osu.Game.Overlays.Chat.Tabs
|
||||
selectorTab.Active.Value = false;
|
||||
}
|
||||
|
||||
public void SelectChannelSelectorTab()
|
||||
{
|
||||
SelectTab(selectorTab);
|
||||
}
|
||||
|
||||
protected override TabFillFlowContainer CreateTabFlow() => new ChannelTabFillFlowContainer
|
||||
{
|
||||
Direction = FillDirection.Full,
|
||||
|
Reference in New Issue
Block a user