mirror of
https://github.com/osukey/osukey.git
synced 2025-06-04 04:17:21 +09:00
Fix missed string
This commit is contained in:
parent
b4b9c71f00
commit
8f8f907fc7
@ -29,7 +29,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
public string IconTexture => "Icons/Hexacons/music";
|
||||
public string Title => "now playing";
|
||||
public string Description => "Manage the currently playing track";
|
||||
public string Description => "manage the currently playing track";
|
||||
|
||||
private const float player_height = 130;
|
||||
private const float transition_length = 800;
|
||||
|
Loading…
x
Reference in New Issue
Block a user