mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
rename Troubleshooting key
This commit is contained in:
parent
8b88bc18e0
commit
3c245ce253
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ namespace Dalamud.Support
|
|||
DoPluginTest = configuration.DoPluginTest,
|
||||
InterfaceLoaded = interfaceManager?.IsReady ?? false,
|
||||
ThirdRepo = configuration.ThirdRepoList,
|
||||
ForcedCoreHook = EnvironmentConfiguration.DalamudForceMinHook,
|
||||
ForcedMinHook = EnvironmentConfiguration.DalamudForceMinHook,
|
||||
};
|
||||
|
||||
var encodedPayload = Convert.ToBase64String(Encoding.UTF8.GetBytes(JsonConvert.SerializeObject(payload)));
|
||||
|
|
@ -113,7 +113,7 @@ namespace Dalamud.Support
|
|||
|
||||
public bool InterfaceLoaded { get; set; }
|
||||
|
||||
public bool ForcedCoreHook { get; set; }
|
||||
public bool ForcedMinHook { get; set; }
|
||||
|
||||
public List<ThirdPartyRepoSettings> ThirdRepo { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue