mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Improve showing up builds
This commit is contained in:
@ -100,6 +100,11 @@ namespace osu.Game.Overlays
|
||||
foreach (StreamBadge item in Streams.BadgesContainer.Children)
|
||||
item.Deactivate();
|
||||
};
|
||||
content.OnBuildChanged = () =>
|
||||
{
|
||||
header.ChangelogEntry = content.CurrentBuild;
|
||||
header.ShowReleaseStream();
|
||||
};
|
||||
}
|
||||
|
||||
public void ActivateListing() => header.ActivateListing();
|
||||
|
Reference in New Issue
Block a user