Fix notifications font

This commit is contained in:
Soreepeong 2024-01-19 08:31:08 +09:00
parent 0c2a722f83
commit ad12045c86

View file

@ -890,12 +890,13 @@ internal class InterfaceManager : IDisposable, IServiceType
if (this.IsDispatchingEvents) if (this.IsDispatchingEvents)
{ {
using (this.defaultFontHandle?.Push()) using (this.defaultFontHandle?.Push())
{
this.Draw?.Invoke(); this.Draw?.Invoke();
Service<NotificationManager>.Get().Draw();
}
} }
ImGuiManagedAsserts.ReportProblems("Dalamud Core", snap); ImGuiManagedAsserts.ReportProblems("Dalamud Core", snap);
Service<NotificationManager>.Get().Draw();
} }
/// <summary> /// <summary>