do not ignore removed files by default via AppConfig
This commit is contained in:
@@ -4,8 +4,12 @@ Imports Newtonsoft.Json.Linq
|
||||
|
||||
Public Class AppConfig
|
||||
|
||||
Public Property LastMinecraftProfilePath As string
|
||||
Public Property LastConfigFilePath As string
|
||||
Public Property LastMinecraftProfilePath As String
|
||||
Public Property LastConfigFilePath As String
|
||||
Public Property KeepLocalFiles As New List(Of String) From {
|
||||
"OptiFine_1.7.10_HD_U_E7.jar"
|
||||
}
|
||||
Public Property RemoveLocalFiles As Boolean
|
||||
|
||||
Public Shared ReadOnly Property Instance As AppConfig
|
||||
Get
|
||||
|
||||
Reference in New Issue
Block a user