mirror of
https://github.com/ppy/osu.git
synced 2025-03-24 04:49:28 +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
|
public class DownloadButton : BeatmapCardIconButton
|
||||||
{
|
{
|
||||||
private readonly APIBeatmapSet beatmapSet;
|
private readonly APIBeatmapSet beatmapSet;
|
||||||
|
private readonly Bindable<DownloadState> downloadState = new Bindable<DownloadState>();
|
||||||
|
|
||||||
private Bindable<bool> preferNoVideo = null!;
|
private Bindable<bool> preferNoVideo = null!;
|
||||||
private Bindable<DownloadState> downloadState = new Bindable<DownloadState>();
|
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private BeatmapManager beatmaps { get; set; } = null!;
|
private BeatmapManager beatmaps { get; set; } = null!;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user