ClipboardWatcher: Show Clipboard Text in Document Result

This commit is contained in:
Jonathan Jenne 2021-03-24 16:28:08 +01:00
parent e0745a2aac
commit ee9c0c0b09

View File

@ -295,7 +295,8 @@ Public Class frmMatch
Dim oSearchGuids = Searches.Select(Function(s) s.Guid).ToArray
Dim oWindowGuid = $"{Profile.Guid}-{oNameSlug}-{String.Join("-", oSearchGuids)}"
Dim oParams = New DocumentResultParams() With {
.WindowGuid = oWindowGuid
.WindowGuid = oWindowGuid,
.WindowTitle = $"Suche Nach '{_Params.ClipboardContents}'"
}
For Each oSearch In Searches