ClipboardWatcher: Show Clipboard Text in Document Result
This commit is contained in:
parent
e0745a2aac
commit
ee9c0c0b09
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user