adjust minimum size of main ui, add sorting, reduce spacing

This commit is contained in:
Stanley Dimant
2022-07-08 02:25:34 +02:00
parent d5486307ee
commit 78488eba4c
3 changed files with 37 additions and 10 deletions

View File

@@ -57,6 +57,8 @@ namespace MareSynchronos
public Dictionary<string, string> CustomServerList { get; set; } = new();
public int MaxLocalCacheInGiB { get; set; } = 20;
public bool ReverseUserSort { get; set; } = true;
public bool InitialScanComplete { get; set; } = false;
public int MaxParallelScan
{