mirror of
https://github.com/ppy/osu.git
synced 2025-01-17 15:42:56 +08:00
Merge branch 'master' into key-config-settings
This commit is contained in:
commit
16372d9b45
@ -87,6 +87,8 @@ namespace osu.Game.Overlays.Settings
|
||||
get { return state; }
|
||||
set
|
||||
{
|
||||
expandEvent?.Cancel();
|
||||
|
||||
if (state == value) return;
|
||||
|
||||
state = value;
|
||||
|
Loading…
Reference in New Issue
Block a user