mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:37:23 +01:00
migrate server config from v0 to v1, add more transfer bar settings
This commit is contained in:
parent
82991a1172
commit
549bef1afb
13 changed files with 144 additions and 50 deletions
|
|
@ -31,6 +31,9 @@ public class MareConfig : IMareConfiguration
|
|||
public bool ShowUploadingBigText { get; set; } = true;
|
||||
public bool ShowVisibleUsersSeparately { get; set; } = true;
|
||||
public int TimeSpanBetweenScansInSeconds { get; set; } = 30;
|
||||
public int TransferBarsHeight { get; set; } = 12;
|
||||
public bool TransferBarsShowText { get; set; } = true;
|
||||
public int TransferBarsWidth { get; set; } = 250;
|
||||
public int Version { get; set; } = 1;
|
||||
public NotificationLocation WarningNotification { get; set; } = NotificationLocation.Both;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue