ClipboardWatcher: Improve Logging, Fix Catchall
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user