mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-24 21:51:49 +01:00
fix: defer plugin load until after ImGui has rendered its first frame
This commit is contained in:
parent
f6548fbec7
commit
51e81d8dfd
3 changed files with 43 additions and 28 deletions
|
|
@ -134,6 +134,9 @@ namespace Dalamud.Game.Internal {
|
|||
if (!this.dalamud.IsReady)
|
||||
this.dalamud.StartSubsystems();
|
||||
|
||||
if (!this.dalamud.IsLoadedPluginSystem && this.dalamud.InterfaceManager.IsReady)
|
||||
this.dalamud.LoadPluginSystem();
|
||||
|
||||
try {
|
||||
Gui.Chat.UpdateQueue(this);
|
||||
Gui.Toast.UpdateQueue();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue