mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Show listing graph; Slight refactor
This commit is contained in:
@ -101,6 +101,7 @@ namespace osu.Game.Overlays
|
||||
else
|
||||
foreach (StreamBadge item in Streams.BadgesContainer.Children)
|
||||
item.Deactivate();
|
||||
chart.ShowChart();
|
||||
};
|
||||
content.OnBuildChanged = () =>
|
||||
{
|
||||
@ -155,6 +156,7 @@ namespace osu.Game.Overlays
|
||||
Streams.BadgesContainer.Clear();
|
||||
foreach (APIChangelog item in res)
|
||||
Streams.BadgesContainer.Add(new StreamBadge(item));
|
||||
chart.ShowChart();
|
||||
};
|
||||
api.Queue(req);
|
||||
}
|
||||
|
Reference in New Issue
Block a user