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:
Denis Titovets
2026-03-05 07:01:33 +03:00
committed by GitHub
parent cab50e94c8
commit 45945e3bb1
2 changed files with 4 additions and 0 deletions

View File

@@ -107,6 +107,8 @@ namespace osu.Game.Screens.OnlinePlay
},
}
});
TooltipText = MultiplayerMatchStrings.FreeModsButtonTooltip;
}
protected override void LoadComplete()

View File

@@ -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()