revertsadfasdf

This commit is contained in:
2023-02-26 16:30:08 +01:00
parent cc558ab274
commit a7c31d6086
2 changed files with 2 additions and 4 deletions

View File

@@ -9,12 +9,11 @@ Public Class AppConfig
Public Property LastConfigFilePath As String
Public Property KeepLocalFiles As New List(Of String)
Public Property RemoveLocalFiles As Boolean
Public Property OnlySearchSubfolders As Boolean
Public Sub Reset()
KeepLocalFiles.Clear()
KeepLocalFiles.Add("OptiFine_1.7.10_HD_U_E7.jar")
OnlySearchSubfolders = True
RemoveLocalFiles = False
End Sub
Public Shared ReadOnly Property Instance As AppConfig