mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 16:10:24 +08:00
Return tooltips to footer buttons on MultiplayerMatchSongSelect (#36817)
- reported by @Loreos7 in https://discord.com/channels/188630481301012481/188630652340404224/1478809956076491006 - probably regressed in https://github.com/ppy/osu/pull/36752
This commit is contained in:
committed by
GitHub
Unverified
parent
cab50e94c8
commit
45945e3bb1
@@ -107,6 +107,8 @@ namespace osu.Game.Screens.OnlinePlay
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
TooltipText = MultiplayerMatchStrings.FreeModsButtonTooltip;
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
||||
@@ -36,6 +36,8 @@ namespace osu.Game.Screens.OnlinePlay
|
||||
Text = OnlinePlayStrings.FooterButtonFreestyle;
|
||||
Icon = FontAwesome.Solid.ExchangeAlt;
|
||||
AccentColour = colours.Lime1;
|
||||
|
||||
TooltipText = MultiplayerMatchStrings.FreestyleButtonTooltip;
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
||||
Reference in New Issue
Block a user