Update ConfigItems.cs

This commit is contained in:
sshcomm 2025-01-29 23:25:21 +03:30 committed by GitHub
parent 5867c51a03
commit 6d5bd414a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
namespace ServiceLib.Models
namespace ServiceLib.Models
{
[Serializable]
public class CoreBasicItem
@ -71,6 +71,7 @@
public bool DisplayRealTimeSpeed { get; set; }
public bool KeepOlderDedupl { get; set; }
public int AutoUpdateInterval { get; set; }
public int AutoUpdateCoreInterval { get; set; }
public bool EnableSecurityProtocolTls13 { get; set; }
public int TrayMenuServersLimit { get; set; } = 20;
public bool EnableHWA { get; set; } = false;
@ -244,4 +245,4 @@
public string? Length { get; set; }
public string? Interval { get; set; }
}
}
}