mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 03:11:17 +08:00
Fix clicking the osu! logo when in the multiplayer submenu opening solo play instead (#35175)
This commit is contained in:
committed by
GitHub
Unverified
parent
37a11b5592
commit
aad321a0b8
@@ -390,7 +390,7 @@ namespace osu.Game.Screens.Menu
|
||||
return false;
|
||||
|
||||
case ButtonSystemState.Multi:
|
||||
buttonsPlay.First().TriggerClick();
|
||||
buttonsMulti.First().TriggerClick();
|
||||
return false;
|
||||
|
||||
case ButtonSystemState.Edit:
|
||||
|
||||
Reference in New Issue
Block a user