mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 07:18:45 +08:00
Remove unecessary localised string due to online view container handling visibility when user is not logged in.
This commit is contained in:
parent
3325b0cc95
commit
ea08d48d27
@ -29,7 +29,7 @@ namespace osu.Game.Overlays.BeatmapSet.Buttons
|
||||
|
||||
private readonly bool noVideo;
|
||||
|
||||
public LocalisableString TooltipText => button.Enabled.Value ? BeatmapsetsStrings.ShowDetailsDownloadDefault : BeatmapsetsStrings.ShowDetailsLoggedOut;
|
||||
public LocalisableString TooltipText => BeatmapsetsStrings.ShowDetailsDownloadDefault;
|
||||
|
||||
private readonly IBindable<User> localUser = new Bindable<User>();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user