mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 23:22:55 +08:00
Add private setter for FilterControl
This commit is contained in:
parent
296fff9243
commit
e9e37fc821
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user