Nearby (AutoDetect) Phase 1 — settings, window, compact section; UmbraSync theme; minor fixes

This commit is contained in:
2025-09-11 11:30:09 +02:00
parent 6ebb73040b
commit a70968d30c
9 changed files with 193 additions and 13 deletions

View File

@@ -59,6 +59,10 @@ public class MareConfig : IMareConfiguration
public bool ShowUploading { get; set; } = true;
public bool ShowUploadingBigText { get; set; } = true;
public bool ShowVisibleUsersSeparately { get; set; } = true;
public bool EnableAutoDetectDiscovery { get; set; } = false;
public bool AllowAutoDetectPairRequests { get; set; } = false;
public int AutoDetectMaxDistanceMeters { get; set; } = 40;
public int AutoDetectMuteMinutes { get; set; } = 5;
public int TimeSpanBetweenScansInSeconds { get; set; } = 30;
public int TransferBarsHeight { get; set; } = 12;
public bool TransferBarsShowText { get; set; } = true;