ClipboardWatcher: Improve Logging, Fix Catchall

This commit is contained in:
Jonathan Jenne
2021-01-08 12:42:10 +01:00
parent 546ca89138
commit b2d9ba0ced
2 changed files with 14 additions and 2 deletions

View File

@@ -150,11 +150,14 @@ Public Class ProfileFilter
oProcesses.Add(oProcess)
' Set Profile matched
oProfile.IsCatchAll = True
oProfile.IsMatched = True
oProfile.MatchedProcessID = oProcess.Guid
End If
If oIsCatchAll Then
oProfile.IsCatchAll = True
End If
Next
If oFilteredProfiles.Count > 0 Then
oProfile.Processes = oProcesses