1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 21:03:08 +08:00

Rename property to IsSwitchable

This commit is contained in:
Joehu 2019-12-22 19:47:47 -08:00
parent 119b48ccb0
commit b038c192d1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -48,7 +48,7 @@ namespace osu.Game.Screens.Select
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
RelativeSizeAxes = Axes.Both,
Tabbable = true,
IsSwitchable = true,
},
},
modsCheckbox = new OsuTabControlCheckbox