mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
combine Text and TextBold
This commit is contained in:
@ -13,6 +13,8 @@ namespace osu.Game.Overlays.Chat.Tabs
|
||||
|
||||
public override bool IsSwitchable => false;
|
||||
|
||||
protected override bool IsBoldWhenActive => false;
|
||||
|
||||
public ChannelSelectorTabItem()
|
||||
: base(new ChannelSelectorTabChannel())
|
||||
{
|
||||
@ -22,7 +24,6 @@ namespace osu.Game.Overlays.Chat.Tabs
|
||||
Icon.Alpha = 0;
|
||||
|
||||
Text.Font = Text.Font.With(size: 45);
|
||||
TextBold.Font = Text.Font.With(size: 45);
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Reference in New Issue
Block a user