mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix notifications font
This commit is contained in:
parent
0c2a722f83
commit
ad12045c86
1 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue