chore: remove [Experimental] from SeStringRenderer (#2144)

It hasn't caused problem for a while (though performance probably can be
better), and looks good enough to remove this attribute.
This commit is contained in:
srkizer 2024-12-18 00:31:44 +09:00 committed by GitHub
parent 722ee32353
commit 70af62885b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 10 deletions

View file

@ -12,8 +12,6 @@ using Lumina.Text.ReadOnly;
namespace Dalamud.Interface.Internal.Windows.Data.Widgets;
#pragma warning disable SeStringRenderer
/// <summary>
/// Widget for displaying AtkArrayData.
/// </summary>

View file

@ -18,8 +18,6 @@ using Lumina.Excel.Sheets;
namespace Dalamud.Interface.Internal.Windows.Data.Widgets;
#pragma warning disable SeStringRenderer
/// <summary>
/// Widget for displaying inventory data.
/// </summary>

View file

@ -23,8 +23,6 @@ using Lumina.Text.ReadOnly;
namespace Dalamud.Interface.Internal.Windows.Data.Widgets;
#pragma warning disable SeStringRenderer
/// <summary>
/// Widget for displaying Addon Data.
/// </summary>