Make ManualWithLinks the default.

This commit is contained in:
Ottermandias 2024-02-12 19:56:55 +01:00
parent b4cd5110f2
commit 488bea0e78
6 changed files with 17 additions and 7 deletions

View file

@ -24,6 +24,16 @@ public readonly record struct ApplySettings(
MergeLinks = false,
};
public static readonly ApplySettings ManualWithLinks = new()
{
Key = 0,
Source = StateSource.Manual,
FromJobChange = false,
RespectManual = false,
UseSingleSource = false,
MergeLinks = true,
};
public static readonly ApplySettings Game = new()
{
Key = 0,