1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 01:30:05 +08:00

Make setter protected to fix build error

This commit is contained in:
Salman Alshamrani
2025-12-23 06:31:26 -05:00
Unverified
parent fa32be37d6
commit 95cf050298
@@ -25,7 +25,7 @@ namespace osu.Game.Graphics.UserInterface
/// </summary>
public bool DisplayAsPercentage { get; set; }
public virtual LocalisableString TooltipText { get; private set; }
public virtual LocalisableString TooltipText { get; protected set; }
/// <summary>
/// Maximum number of decimal digits to be displayed in the tooltip.