mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 14:27:45 +01:00
Misc fixes (#2013)
This commit is contained in:
parent
bd9eaed763
commit
ecf8e323c4
3 changed files with 44 additions and 15 deletions
|
|
@ -26,12 +26,12 @@ public interface IReadOnlyDtrBarEntry
|
|||
/// <summary>
|
||||
/// Gets the text of this entry.
|
||||
/// </summary>
|
||||
public SeString Text { get; }
|
||||
public SeString? Text { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a tooltip to be shown when the user mouses over the dtr entry.
|
||||
/// </summary>
|
||||
public SeString Tooltip { get; }
|
||||
public SeString? Tooltip { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this entry should be shown.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue