Mark DalamudIme as BlockingEarlyLoadedService (#1579)

This commit is contained in:
marzent 2023-12-23 11:27:24 +01:00 committed by GitHub
parent b558752558
commit c17897c6fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ namespace Dalamud.Interface.Internal;
/// <summary>
/// This class handles CJK IME.
/// </summary>
[ServiceManager.EarlyLoadedService]
[ServiceManager.BlockingEarlyLoadedService]
internal sealed unsafe class DalamudIme : IDisposable, IServiceType
{
private const int ImGuiContextTextStateOffset = 0x4588;