MS easyFlow GUI - Match Strings ändern
This commit is contained in:
@@ -82,7 +82,7 @@ Public Class ProfileFilter
|
||||
Dim oFilteredProfiles As New List(Of ProfileData)
|
||||
|
||||
Dim oRootNode As TreeNode = New TreeNode() With {
|
||||
.Text = $"Suche nach '{ClipboardContents}'",
|
||||
.Text = $"easyFLOW Search with term [{ClipboardContents}]",
|
||||
.Tag = NODE_ROOT,
|
||||
.ImageIndex = ImageIndex.Root
|
||||
}
|
||||
@@ -90,6 +90,9 @@ Public Class ProfileFilter
|
||||
_TreeView.Nodes.Add(oRootNode)
|
||||
|
||||
For Each oProfile In Profiles
|
||||
If oProfile.Name = String.Empty Then
|
||||
oProfile.Name = $"ProfileName for ID {oProfile.Guid} is empty - Check SQL"
|
||||
End If
|
||||
Logger.Debug("Current Profile: {0}", oProfile.Name)
|
||||
|
||||
Dim oNode = _ProfileMatch.NewProfileNode(oProfile)
|
||||
|
||||
Reference in New Issue
Block a user