mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
fix: Remove WaitForFontRebuild during start, this breaks titleedit again for whatever reason
This commit is contained in:
parent
9f22b00fc6
commit
74a0cbb034
3 changed files with 9 additions and 5 deletions
|
|
@ -197,6 +197,9 @@ namespace Dalamud.Interface
|
|||
(this.GposeActive && this.dalamud.Configuration.ToggleUiHideDuringGpose && !(this.DisableGposeUiHide || this.DisableAutomaticUiHide)))
|
||||
return;
|
||||
|
||||
if (!this.dalamud.InterfaceManager.FontsReady)
|
||||
return;
|
||||
|
||||
ImGui.PushID(this.namespaceName);
|
||||
if (DoStats)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue