Add font build status display to Settings window

This commit is contained in:
Soreepeong 2023-11-29 14:12:36 +09:00 committed by Soreepeong
parent 8bdab4d2c8
commit f8e6df1172
2 changed files with 35 additions and 3 deletions

View file

@ -4,9 +4,7 @@ using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Text;
using System.Text.Unicode;
using System.Threading;
using System.Threading.Tasks;
using Dalamud.Configuration.Internal;
using Dalamud.Game;
@ -236,6 +234,11 @@ internal class InterfaceManager : IDisposable, IServiceType
}
}
/// <summary>
/// Gets the font build task.
/// </summary>
public Task FontBuildTask => WhenFontsReady().dalamudAtlas!.BuildTask;
/// <summary>
/// Dispose of managed and unmanaged resources.
/// </summary>