mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 16:10:24 +08:00
Add private setter for FilterControl
This commit is contained in:
@@ -46,7 +46,7 @@ namespace osu.Game.Screens.Select
|
||||
protected const float BACKGROUND_BLUR = 20;
|
||||
private const float left_area_padding = 20;
|
||||
|
||||
public FilterControl FilterControl;
|
||||
public FilterControl FilterControl { get; private set; }
|
||||
|
||||
protected virtual bool ShowFooter => true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user