This commit is contained in:
2021-08-27 14:23:01 +02:00
parent 54d57761ea
commit 9287630dfb
12 changed files with 105 additions and 43 deletions

View File

@@ -190,6 +190,7 @@ Module ModuleMySettings
Case "LogErrorsOnly"
DEBUG = CBool(Row.Item("Value"))
clsCURRENT.LOG_ERRORS_ONLY = DEBUG
LOGCONFIG.Debug = DEBUG
Case "Sett_TaskOverviewKeepInFront"
Sett_TaskOverviewKeepInFront = CBool(Row.Item("Value"))
Case "WD_IndexDeleteDocs"