mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Update with framework bindable changes
This commit is contained in:
@ -54,7 +54,7 @@ namespace osu.Game.Screens.Multi.Components
|
||||
public EndDatePart()
|
||||
: base(DateTimeOffset.UtcNow)
|
||||
{
|
||||
EndDate.BindValueChanged(d => Date = d);
|
||||
EndDate.BindValueChanged(e => Date = e.NewValue);
|
||||
}
|
||||
|
||||
protected override string Format()
|
||||
|
Reference in New Issue
Block a user