mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
IsEnabled property for drag bar of music controller.
This commit is contained in:
@ -240,6 +240,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
private void workingChanged(object sender = null, EventArgs e = null)
|
||||
{
|
||||
progress.IsEnabled = (beatmapSource.Value != null);
|
||||
if (beatmapSource.Value == current) return;
|
||||
bool audioEquals = current?.BeatmapInfo.AudioEquals(beatmapSource.Value.BeatmapInfo) ?? false;
|
||||
current = beatmapSource.Value;
|
||||
|
Reference in New Issue
Block a user