mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Add LoadAllApiLevels to troubleshooting payload (#808)
This commit is contained in:
parent
6af9f47d6b
commit
d8660ff764
1 changed files with 3 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ namespace Dalamud.Support
|
||||||
Language = startInfo.Language.ToString(),
|
Language = startInfo.Language.ToString(),
|
||||||
BetaKey = configuration.DalamudBetaKey,
|
BetaKey = configuration.DalamudBetaKey,
|
||||||
DoPluginTest = configuration.DoPluginTest,
|
DoPluginTest = configuration.DoPluginTest,
|
||||||
|
LoadAllApiLevels = configuration.LoadAllApiLevels,
|
||||||
InterfaceLoaded = interfaceManager?.IsReady ?? false,
|
InterfaceLoaded = interfaceManager?.IsReady ?? false,
|
||||||
HasThirdRepo = configuration.ThirdRepoList is { Count: > 0 },
|
HasThirdRepo = configuration.ThirdRepoList is { Count: > 0 },
|
||||||
ForcedMinHook = EnvironmentConfiguration.DalamudForceMinHook,
|
ForcedMinHook = EnvironmentConfiguration.DalamudForceMinHook,
|
||||||
|
|
@ -115,6 +116,8 @@ namespace Dalamud.Support
|
||||||
|
|
||||||
public bool DoPluginTest { get; set; }
|
public bool DoPluginTest { get; set; }
|
||||||
|
|
||||||
|
public bool LoadAllApiLevels { get; set; }
|
||||||
|
|
||||||
public bool InterfaceLoaded { get; set; }
|
public bool InterfaceLoaded { get; set; }
|
||||||
|
|
||||||
public bool ForcedMinHook { get; set; }
|
public bool ForcedMinHook { get; set; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue