mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
preliminary finalized UI
This commit is contained in:
parent
2ca284546d
commit
fb7943cdcd
5 changed files with 149 additions and 60 deletions
|
|
@ -57,7 +57,7 @@ public class Configuration : IPluginConfiguration
|
|||
public Dictionary<string, string> ClientSecret { get; set; } = new();
|
||||
public Dictionary<string, string> CustomServerList { get; set; } = new();
|
||||
public int MaxLocalCacheInGiB { get; set; } = 20;
|
||||
public bool ReverseUserSort { get; set; } = true;
|
||||
public bool ReverseUserSort { get; set; } = false;
|
||||
|
||||
public int TimeSpanBetweenScansInSeconds { get; set; } = 30;
|
||||
public bool FileScanPaused { get; set; } = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue