Allow ctrl tabbing navigation to chat and song select leaderboards

This commit is contained in:
Joehu
2019-12-15 08:34:57 -08:00
parent cc808a9eb1
commit 1342556894
2 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,7 @@ namespace osu.Game.Overlays
d.Origin = Anchor.BottomLeft;
d.RelativeSizeAxes = Axes.Both;
d.OnRequestLeave = channelManager.LeaveChannel;
d.Tabbable = true;
}),
}
},