mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Allow ctrl tabbing navigation to chat and song select leaderboards
This commit is contained in:
@ -171,6 +171,7 @@ namespace osu.Game.Overlays
|
||||
d.Origin = Anchor.BottomLeft;
|
||||
d.RelativeSizeAxes = Axes.Both;
|
||||
d.OnRequestLeave = channelManager.LeaveChannel;
|
||||
d.Tabbable = true;
|
||||
}),
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user