MS LogErrorsOnly replaced

This commit is contained in:
2022-04-04 13:05:48 +02:00
parent 5914e27bcc
commit 8424fa3e31
6 changed files with 241 additions and 541 deletions

View File

@@ -17,6 +17,6 @@ Public Class ClassConfig
Public Property TopMost As Boolean = True
' Misc Settings
Public Property LogErrorsOnly As Boolean = True
Public Property LogDEBUG As Boolean = True
Public Property WindreamSearchMaximized As Boolean = False
End Class