ProfileTableColumnCount value check

This commit is contained in:
ChsBuffer
2021-02-19 22:53:27 +08:00
parent 99ad0b8920
commit d6189e2ea6
2 changed files with 7 additions and 5 deletions

View File

@@ -198,6 +198,11 @@ namespace Netch.Models
/// </summary>
public List<Profile> Profiles = new();
/// <summary>
/// 配置最大列数
/// </summary>
public byte ProfileTableColumnCount = 5;
/// <summary>
/// 是否使用RDR内置SS
/// </summary>
@@ -289,11 +294,6 @@ namespace Netch.Models
public bool UseProxyToUpdateSubscription = false;
public V2rayConfig V2RayConfig = new();
/// <summary>
/// 配置最大列数
/// </summary>
public int ProfileTableColumnCount = 5;
public Setting Clone()
{