mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Merge branch 'master' into more-inspections
This commit is contained in:
@ -46,7 +46,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
||||
|
||||
public SelectionState State
|
||||
{
|
||||
get { return state; }
|
||||
get => state;
|
||||
set
|
||||
{
|
||||
if (value == state) return;
|
||||
@ -68,7 +68,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
||||
|
||||
public bool MatchingFilter
|
||||
{
|
||||
get { return matchingFilter; }
|
||||
get => matchingFilter;
|
||||
set
|
||||
{
|
||||
matchingFilter = value;
|
||||
|
Reference in New Issue
Block a user