mirror of
https://github.com/ppy/osu.git
synced 2025-02-07 11:32:54 +08:00
Fix inspection
This commit is contained in:
parent
8985a38734
commit
2763cb0b4e
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user