mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix alpha cross-talk causing settings to potentially not filter when they should
This commit is contained in:
@ -100,10 +100,9 @@ namespace osu.Game.Overlays.Settings
|
||||
|
||||
public IEnumerable<string> Keywords { get; set; }
|
||||
|
||||
public bool MatchingFilter
|
||||
{
|
||||
set => Alpha = value ? 1 : 0;
|
||||
}
|
||||
public override bool IsPresent => MatchingFilter;
|
||||
|
||||
public bool MatchingFilter { get; set; }
|
||||
|
||||
public bool FilteringActive { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user