mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 14:57:45 +01:00
chore: fix LoadAllApiLevels access in Troubleshooting
This commit is contained in:
parent
42ea6968a6
commit
4df7e1db5c
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +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,
|
LoadAllApiLevels = pluginManager?.LoadAllApiLevels == true,
|
||||||
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue