This commit is contained in:
Jonathan Jenne
2019-08-09 17:12:34 +02:00
parent ee2cacb6cd
commit 16a6febb34
21 changed files with 531 additions and 402 deletions

View File

@@ -36,6 +36,11 @@ Public Class frmProfileMatch
Exit Sub
End If
If oCreatedTiles = 0 Then
Logger.Warn("No Results found for {0}", CURRENT_CLIPBOARD_CONTENTS)
Me.Close()
End If
' Open Result Forms directly if only one match found
If oCreatedTiles = 1 Then
Dim oProfile As ProfileData = CURRENT_MATCHING_PROFILES.First()