1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 02:52:54 +08:00

Revert "Use new keyword instead of overriding TooltipText to remove setter"

This reverts commit 80dffa905a.
This commit is contained in:
OliBomby 2024-10-05 15:10:36 +02:00
parent 2c39ecbda3
commit ad734b1a13
3 changed files with 3 additions and 3 deletions

View File

@ -109,6 +109,6 @@ namespace osu.Game.Graphics.UserInterfaceV2
public bool FilteringActive { get; set; }
public LocalisableString TooltipText { get; set; }
public virtual LocalisableString TooltipText { get; set; }
}
}

View File

@ -31,7 +31,7 @@ namespace osu.Game.Overlays.BeatmapSet.Buttons
private readonly IBindable<APIUser> localUser = new Bindable<APIUser>();
public new LocalisableString TooltipText
public override LocalisableString TooltipText
{
get
{

View File

@ -28,7 +28,7 @@ namespace osu.Game.Screens.OnlinePlay.Components
private void updateState() =>
base.Enabled.Value = availability.Value.State == DownloadState.LocallyAvailable && Enabled.Value;
public new virtual LocalisableString TooltipText
public override LocalisableString TooltipText
{
get
{