mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Mark DalamudIme as BlockingEarlyLoadedService (#1579)
This commit is contained in:
parent
b558752558
commit
c17897c6fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue