mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Merge branch 'master' into more-inspections
This commit is contained in:
@ -25,7 +25,7 @@ namespace osu.Game.Overlays.Settings
|
||||
|
||||
public bool MatchingFilter
|
||||
{
|
||||
set { this.FadeTo(value ? 1 : 0); }
|
||||
set => this.FadeTo(value ? 1 : 0);
|
||||
}
|
||||
|
||||
protected SettingsSubsection()
|
||||
|
Reference in New Issue
Block a user