mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Update with framework bindable changes
This commit is contained in:
@ -104,7 +104,7 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
State = Visibility.Visible;
|
||||
|
||||
replayLoaded.ValueChanged += v => AllowSeeking = v;
|
||||
replayLoaded.ValueChanged += e => AllowSeeking = e.NewValue;
|
||||
replayLoaded.TriggerChange();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user