mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 05:23:05 +08:00
Remove unnecessary setter on bindable
This commit is contained in:
parent
ac235cb506
commit
fd91210c1c
@ -123,7 +123,7 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
|
|||||||
{
|
{
|
||||||
public Action<NavigationDot>? Clicked { get; set; }
|
public Action<NavigationDot>? Clicked { get; set; }
|
||||||
|
|
||||||
public BindableBool Active { get; set; } = new BindableBool();
|
public BindableBool Active { get; } = new BindableBool();
|
||||||
|
|
||||||
private double progress;
|
private double progress;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user