mirror of
https://github.com/ppy/osu.git
synced 2025-03-21 17:57:46 +08:00
Make field readonly
This commit is contained in:
parent
8a1d6757af
commit
0eaf450204
@ -17,8 +17,9 @@ namespace osu.Game.Beatmaps.Drawables.Cards.Buttons
|
||||
public class DownloadButton : BeatmapCardIconButton
|
||||
{
|
||||
private readonly APIBeatmapSet beatmapSet;
|
||||
private readonly Bindable<DownloadState> downloadState = new Bindable<DownloadState>();
|
||||
|
||||
private Bindable<bool> preferNoVideo = null!;
|
||||
private Bindable<DownloadState> downloadState = new Bindable<DownloadState>();
|
||||
|
||||
[Resolved]
|
||||
private BeatmapManager beatmaps { get; set; } = null!;
|
||||
|
Loading…
x
Reference in New Issue
Block a user