mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Use name ToggleVisibility.
This commit is contained in:
@ -48,7 +48,7 @@ namespace osu.Game.GameModes.Menu
|
||||
OnMulti = delegate { Push(new Lobby()); },
|
||||
OnTest = delegate { Push(new TestBrowser()); },
|
||||
OnExit = delegate { Scheduler.AddDelayed(Exit, ButtonSystem.EXIT_DELAY); },
|
||||
OnSettings = osu.Options.ReverseVisibility,
|
||||
OnSettings = osu.Options.ToggleVisibility,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user