code cosmetic
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user