WIP
This commit is contained in:
@@ -38,8 +38,8 @@ Public Class frmProfileMatch
|
||||
|
||||
' Open Result Forms directly if only one match found
|
||||
If oCreatedTiles = 1 Then
|
||||
Dim oProfileId As Integer = CURRENT_MATCHING_PROFILES.Select(Function(p) p.Guid).First()
|
||||
OpenResultForms(oProfileId, ProfileType.ANY)
|
||||
Dim oProfile As ProfileData = CURRENT_MATCHING_PROFILES.First()
|
||||
OpenResultForms(oProfile.Guid, oProfile.ProfileType)
|
||||
ShouldHideInitially = True
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user