mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
move stuff thats duplicated in PreviewButton and DirectPanel to PlayButton
This commit is contained in:
@ -192,7 +192,7 @@ namespace osu.Game.Overlays.Direct
|
||||
new Statistic(FontAwesome.fa_heart, SetInfo.OnlineInfo?.FavouriteCount ?? 0),
|
||||
},
|
||||
},
|
||||
playButton = new PlayButton(PreviewPlaying)
|
||||
playButton = new PlayButton(SetInfo)
|
||||
{
|
||||
Margin = new MarginPadding { Top = 5, Left = 10 },
|
||||
Size = new Vector2(30),
|
||||
|
Reference in New Issue
Block a user