mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Make field readonly
This commit is contained in:
@ -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!;
|
||||
|
Reference in New Issue
Block a user