1
0
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:
Dean Herbert 2019-11-15 18:23:35 +09:00
parent 296fff9243
commit e9e37fc821

View File

@ -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;