make doctype_id unique for regex_doctype

This commit is contained in:
Jonathan Jenne
2020-05-18 16:14:53 +02:00
parent 09d499e546
commit c754da5584
6 changed files with 60 additions and 51 deletions

View File

@@ -359,6 +359,7 @@ Public Class frmConfig_Basic
'SaveConfigValue("LogErrorsOnly", chkLogErrorsOnly.Checked)
LOGGER.Info(" >> LogErrorsOnly changed to '" & chkLogErrorsOnly.Checked)
LogErrorsOnly = chkLogErrorsOnly.Checked
LOGCONFIG.Debug = Not chkLogErrorsOnly.Checked
End If
End Sub
<STAThread()> _