mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Merge branch 'master' of https://github.com/ppy/osu into Private_Messages
This commit is contained in:
@ -30,7 +30,7 @@ namespace osu.Game.Overlays.Chat.Selection
|
||||
public string Header
|
||||
{
|
||||
get { return header.Text; }
|
||||
set { header.Text = value.ToUpper(); }
|
||||
set { header.Text = value.ToUpperInvariant(); }
|
||||
}
|
||||
|
||||
public IEnumerable<Channel> Channels
|
||||
|
Reference in New Issue
Block a user