mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Rename property to IsSwitchable
This commit is contained in:
parent
119b48ccb0
commit
b038c192d1
@ -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;
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user