mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 05:30:11 +08:00
Fix inspection
This commit is contained in:
@@ -196,8 +196,8 @@ namespace osu.Game.Overlays.Dashboard
|
||||
|
||||
public IEnumerable<LocalisableString> FilterTerms { get; }
|
||||
|
||||
[Resolved(canBeNull: true)]
|
||||
private IPerformFromScreenRunner performer { get; set; }
|
||||
[Resolved]
|
||||
private IPerformFromScreenRunner? performer { get; set; }
|
||||
|
||||
public bool FilteringActive { set; get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user