[O] RemoveEncryption should default true

pull/88/head
Clansty 2024-11-20 02:24:17 +08:00
parent fc4834ebd6
commit 42b8b9ce4a
No known key found for this signature in database
GPG Key ID: 3A6BE8BAF2EDE134
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class Config
API
""")]
public bool RemoveEncryption { get; set; }
public bool RemoveEncryption { get; set; } = true;
[ConfigComment(
zh: "如果要配置店内招募的话,应该要把这个关闭")]