code cosmetic

This commit is contained in:
2024-06-18 10:59:08 +02:00
parent deb14caf24
commit 0f3e93bfff
4 changed files with 9 additions and 13 deletions

View File

@@ -7,13 +7,11 @@ public class AppConfig
public string LastMinecraftProfilePath { get; set; }
public string LastConfigFilePath { get; set; }
public List<string> KeepLocalFiles { get; set; } = [];
public bool AllowRemoveLocalFiles { get; set; }
public void Reset()
{
KeepLocalFiles.Clear();
KeepLocalFiles.Add("OptiFine_1.7.10_HD_U_E7.jar");
AllowRemoveLocalFiles = false;
}
private static AppConfig instance = null;