elevate penumbra resolving to default resolving method

This commit is contained in:
rootdarkarchon
2024-02-09 12:59:56 +01:00
parent baf747ba65
commit 940e3b5cca
5 changed files with 7 additions and 264 deletions

View File

@@ -50,7 +50,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;
}