mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Make ChannelSection headers uppercase in the setter
This commit is contained in:
@ -250,7 +250,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
new ChannelSection
|
||||
{
|
||||
Header = @"ALL CHANNELS",
|
||||
Header = "All Channels",
|
||||
Channels = channels,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user