Referenzen glattgezogen und MSI Paket neu konfiguriert
This commit is contained in:
@@ -138,12 +138,12 @@ Public Class frmConfig_Basic
|
||||
End Sub
|
||||
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
Process.Start(LogConfig.LogDirectory)
|
||||
Process.Start(_LogConfig.LogDirectory)
|
||||
End Sub
|
||||
|
||||
Private Sub chkLogErrorsOnly_CheckedChanged(sender As Object, e As EventArgs) Handles chkLogErrorsOnly.CheckedChanged
|
||||
LogErrorsOnly = chkLogErrorsOnly.Checked
|
||||
LogConfig.Debug = Not LogErrorsOnly
|
||||
_LogConfig.Debug = Not LogErrorsOnly
|
||||
|
||||
CONFIG.Config.LogErrorsOnly = LogErrorsOnly
|
||||
CONFIG.Save()
|
||||
|
||||
Reference in New Issue
Block a user