1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-07 09:02:56 +08:00

Fix inspection

This commit is contained in:
Dan Balasescu 2025-01-15 17:14:16 +09:00
parent 8985a38734
commit 2763cb0b4e
No known key found for this signature in database

View File

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