mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
adjust minimum size of main ui, add sorting, reduce spacing
This commit is contained in:
parent
d5486307ee
commit
78488eba4c
3 changed files with 37 additions and 10 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue