mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Mark settings elements as matching filter by default to handle cases where no filtering is provided
This commit is contained in:
@ -102,7 +102,7 @@ namespace osu.Game.Overlays.Settings
|
||||
|
||||
public override bool IsPresent => MatchingFilter;
|
||||
|
||||
public bool MatchingFilter { get; set; }
|
||||
public bool MatchingFilter { get; set; } = true;
|
||||
|
||||
public bool FilteringActive { get; set; }
|
||||
|
||||
|
@ -38,7 +38,7 @@ namespace osu.Game.Overlays.Settings
|
||||
private const int header_size = 24;
|
||||
private const int border_size = 4;
|
||||
|
||||
public bool MatchingFilter { get; set; }
|
||||
public bool MatchingFilter { get; set; } = true;
|
||||
|
||||
public bool FilteringActive { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user