mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
Fix async plugin load and show full profiler (#898)
This commit is contained in:
parent
86b5eec493
commit
c7dc8c81f4
20 changed files with 404 additions and 248 deletions
|
|
@ -26,9 +26,9 @@ namespace Dalamud.Game.Gui.Dtr
|
|||
private uint runningNodeIds = BaseNodeId;
|
||||
|
||||
[ServiceManager.ServiceConstructor]
|
||||
private DtrBar(DalamudConfiguration configuration)
|
||||
private DtrBar(DalamudConfiguration configuration, Framework framework)
|
||||
{
|
||||
Service<Framework>.Get().Update += this.Update;
|
||||
framework.Update += this.Update;
|
||||
|
||||
configuration.DtrOrder ??= new List<string>();
|
||||
configuration.DtrIgnore ??= new List<string>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue