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.Origin = Anchor.BottomLeft;
d.RelativeSizeAxes = Axes.Both; d.RelativeSizeAxes = Axes.Both;
d.OnRequestLeave = channelManager.LeaveChannel; d.OnRequestLeave = channelManager.LeaveChannel;
d.Tabbable = true; d.IsSwitchable = true;
}), }),
} }
}, },

View File

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