fix palette application and add experimental less redraws option
This commit is contained in:
@@ -50,4 +50,5 @@ public class MareConfig : IMareConfiguration
|
||||
public bool UseCompactor { get; set; } = false;
|
||||
public int Version { get; set; } = 1;
|
||||
public NotificationLocation WarningNotification { get; set; } = NotificationLocation.Both;
|
||||
public bool UseLessRedraws { get; set; } = false;
|
||||
}
|
||||
Reference in New Issue
Block a user