Update default configuration, Update Version once more, with feeling.

This commit is contained in:
2025-08-29 17:06:59 +01:00
parent a8a2d8a48f
commit 062d8bf6b2
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ public class MareConfig : IMareConfiguration
public bool LogPerformance { get; set; } = false;
public bool LogTraceLog { get; set; } = false;
public bool LogEvents { get; set; } = true;
public bool HoldCombatApplication { get; set; } = false;
public bool HoldCombatApplication { get; set; } = true;
public double MaxLocalCacheInGiB { get; set; } = 20;
public bool OpenGposeImportOnGposeStart { get; set; } = false;
public bool OpenPopupOnAdd { get; set; } = true;