mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:37:23 +01:00
fix palette application and add experimental less redraws option
This commit is contained in:
parent
3383de7294
commit
2221f4d09e
11 changed files with 114 additions and 30 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue