mirror of
https://github.com/osukey/osukey.git
synced 2025-07-04 01:40:02 +09:00
Rename UserTabItem to UserChannelTabItem
This commit is contained in:
@ -59,7 +59,7 @@ namespace osu.Game.Overlays.Chat.Tabs
|
||||
case TargetType.Channel:
|
||||
return new ChannelTabItem(value) { OnRequestClose = tabCloseRequested };
|
||||
case TargetType.User:
|
||||
return new UserTabItem(value) { OnRequestClose = tabCloseRequested };
|
||||
return new UserChannelTabItem(value) { OnRequestClose = tabCloseRequested };
|
||||
default:
|
||||
throw new InvalidOperationException("Only TargetType User and Channel are supported.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user