mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Streams2
This commit is contained in:
@ -71,13 +71,14 @@ namespace osu.Game.Overlays
|
||||
};
|
||||
streams.SelectedRelease.ValueChanged += r =>
|
||||
{
|
||||
if (streams.SelectedRelease != null)
|
||||
if (streams.SelectedRelease.Value != null)
|
||||
header.ShowReleaseStream(r.Name, string.Join(" ", r.Name, r.DisplayVersion));
|
||||
};
|
||||
streams.badgesContainer.OnLoadComplete += d =>
|
||||
{
|
||||
header.OnListingActivated += () =>
|
||||
{
|
||||
streams.SelectedRelease.Value = null;
|
||||
foreach (StreamBadge item in streams.badgesContainer.Children)
|
||||
{
|
||||
item.Activate(true);
|
||||
|
Reference in New Issue
Block a user