Merge branch 'net5'

This commit is contained in:
goaaats 2022-06-22 17:38:01 +02:00
commit a78754ce22
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
100 changed files with 67306 additions and 923 deletions

View file

@ -27,11 +27,6 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public static bool DalamudForceMinHook { get; } = GetEnvironmentVariable("DALAMUD_FORCE_MINHOOK");
/// <summary>
/// Gets a value indicating whether or not Dalamud should wait for a debugger to be attached when initializing.
/// </summary>
public static bool DalamudWaitForDebugger { get; } = GetEnvironmentVariable("DALAMUD_WAIT_DEBUGGER");
/// <summary>
/// Gets a value indicating whether or not Dalamud context menus should be disabled.
/// </summary>