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:
@ -35,7 +35,7 @@ namespace osu.Game.Overlays.KeyBinding
|
||||
|
||||
public bool MatchingFilter
|
||||
{
|
||||
get { return matchingFilter; }
|
||||
get => matchingFilter;
|
||||
set
|
||||
{
|
||||
matchingFilter = value;
|
||||
@ -309,7 +309,7 @@ namespace osu.Game.Overlays.KeyBinding
|
||||
|
||||
public bool IsBinding
|
||||
{
|
||||
get { return isBinding; }
|
||||
get => isBinding;
|
||||
set
|
||||
{
|
||||
if (value == isBinding) return;
|
||||
|
Reference in New Issue
Block a user