mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +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(),
|
||||
BetaKey = configuration.DalamudBetaKey,
|
||||
DoPluginTest = configuration.DoPluginTest,
|
||||
LoadAllApiLevels = configuration.LoadAllApiLevels,
|
||||
LoadAllApiLevels = pluginManager?.LoadAllApiLevels == true,
|
||||
InterfaceLoaded = interfaceManager?.IsReady ?? false,
|
||||
HasThirdRepo = configuration.ThirdRepoList is { Count: > 0 },
|
||||
ForcedMinHook = EnvironmentConfiguration.DalamudForceMinHook,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue