Add texture leak tracker

This commit is contained in:
Soreepeong 2024-03-05 01:06:02 +09:00
parent 2572f24e08
commit 6a0f774625
14 changed files with 597 additions and 63 deletions

View file

@ -443,6 +443,9 @@ internal sealed class DalamudConfiguration : IServiceType, IDisposable
/// </summary>
public double UiBuilderHitch { get; set; } = 100;
/// <summary>Gets or sets a value indicating whether to track texture allocation by plugins.</summary>
public bool UseTexturePluginTracking { get; set; }
/// <summary>
/// Gets or sets the page of the plugin installer that is shown by default when opened.
/// </summary>