mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 05:22:54 +08:00
Add System channel type and use it for the ChannelSelectorTab
This commit is contained in:
parent
38d00c7f0a
commit
acd280c855
@ -12,5 +12,6 @@ namespace osu.Game.Online.Chat
|
|||||||
Temporary,
|
Temporary,
|
||||||
PM,
|
PM,
|
||||||
Group,
|
Group,
|
||||||
|
System,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,7 @@ namespace osu.Game.Overlays.Chat.Tabs
|
|||||||
public ChannelSelectorTabChannel()
|
public ChannelSelectorTabChannel()
|
||||||
{
|
{
|
||||||
Name = "+";
|
Name = "+";
|
||||||
Type = ChannelType.Temporary;
|
Type = ChannelType.System;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user