This commit is contained in:
2020-06-09 17:01:00 +02:00
parent 386e3b62b5
commit f2a3042f50
14 changed files with 920 additions and 162 deletions

View File

@@ -63,6 +63,9 @@
RIBBON_COLOR_SCHEME = oColorScheme.ToUpper
ElseIf oMode.StartsWith("PM.NO_DETAIL_PROFILES") Then
NO_DETAIL_PROFILES = True
ElseIf oMode.StartsWith("PM.CONV_IDENTIFICATION") Then
Dim oIdent = oMode.Replace("PM.CONV_IDENTIFICATION=", "")
CONV_IDENTIFICATION = oIdent
Else
LOGGER.Info($"Wrong oMode: {oMode}")
End If