mirror of
https://github.com/SK-la/Ez2Lazer.git
synced 2026-03-13 11:20:28 +00: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:
@@ -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