Add to IReadOnlyDtrBarEntry

This commit is contained in:
MidoriKami 2026-01-11 18:34:24 -08:00
parent 3422751c19
commit 200dff65aa

View file

@ -40,6 +40,11 @@ public interface IReadOnlyDtrBarEntry
/// </summary> /// </summary>
public bool Shown { get; } public bool Shown { get; }
/// <summary>
/// Gets a value indicating this entry's minimum width.
/// </summary>
public ushort MinimumWidth { get; }
/// <summary> /// <summary>
/// Gets a value indicating whether the user has hidden this entry from view through the Dalamud settings. /// Gets a value indicating whether the user has hidden this entry from view through the Dalamud settings.
/// </summary> /// </summary>
@ -133,7 +138,7 @@ internal sealed unsafe class DtrBarEntry : IDisposable, IDtrBarEntry
/// <inheritdoc cref="IDtrBarEntry.Tooltip" /> /// <inheritdoc cref="IDtrBarEntry.Tooltip" />
public SeString? Tooltip { get; set; } public SeString? Tooltip { get; set; }
/// <inheritdoc/> /// <inheritdoc cref="MinimumWidth" />
public ushort MinimumWidth public ushort MinimumWidth
{ {
get; get;