elevate penumbra resolving to default resolving method

This commit is contained in:
rootdarkarchon
2024-02-09 12:59:56 +01:00
committed by Loporrit
parent 466ba2668b
commit 9c51d6fbdd
5 changed files with 7 additions and 264 deletions

View File

@@ -51,7 +51,6 @@ public class MareConfig : IMareConfiguration
public int TransferBarsWidth { get; set; } = 250;
public bool UseAlternativeFileUpload { get; set; } = false;
public bool UseCompactor { get; set; } = false;
public bool ExperimentalUsePenumbraResourceTree { get; set; } = false;
public int Version { get; set; } = 1;
public NotificationLocation WarningNotification { get; set; } = NotificationLocation.Both;
}