mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:37:23 +01:00
add experimental resolving of data through penumbra
This commit is contained in:
parent
1dfdab4fef
commit
717c51e280
3 changed files with 30 additions and 11 deletions
|
|
@ -50,6 +50,7 @@ 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue