mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 12:27:26 +08:00
Consume framework change to avoid weird unbind flow
This commit is contained in:
parent
92ee86e3dd
commit
371cee1617
@ -446,11 +446,7 @@ namespace osu.Game
|
||||
|
||||
case LinkAction.SearchBeatmapSet:
|
||||
if (link.Argument is LocalisableString localisable)
|
||||
{
|
||||
var localised = Localisation.GetLocalisedBindableString(localisable);
|
||||
SearchBeatmapSet(localised.Value);
|
||||
localised.UnbindAll();
|
||||
}
|
||||
SearchBeatmapSet(Localisation.GetLocalisedString(localisable));
|
||||
else
|
||||
SearchBeatmapSet(argString);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user